Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Rnd

Pages: 1 2
1
Ask a Question / Stop auto scroll background
« on: April 10, 2014, 12:06:31 am »
Hi I wanna make a simple game like flappy bird.
and I use auto scroll background from stencyl
but how can I stop the auto scroll background ( or set horizontal scroll speed to 0) when character collide with obstacle ??
game pause, cant help.. only stop the actor not the background :(

anyone can help ???

2
Ask a Question / Re: [ask] enter-exit house like RPG games
« on: April 06, 2013, 10:24:35 pm »
yeah I know well about playing with region..
I wanna know how the 'outside' scene detect last scene before, i wanna make player exit house and in outside scene his position in door house

3
Ask a Question / [ask] enter-exit house like RPG games
« on: April 05, 2013, 07:47:18 am »
lets say i wanna make game like RPG
player in the outside and there are 4 house that can enter
lets says its house A, house B, house C, house D
if player enter door region in house A then switch scene to sceneA,
house B to scene B, house C to scene C, house D to scene D

how can i make
when player exit a house (house A) player position in house A door
when player exit a house B player position in house B door and so on....

I already try to use scene attribute 'position' with type number in outdoor scene
and when player exit house A, i set 'position = 1' in outdoor scene with 'for this scene, set text to anything for behaviour text' but attribute position dont change, still in default value (0) instead

must I use the global attribute ?? or anything else tricks to solve my problem??

4
wow thx...
i see how thats works now ^^

5
hoooo I see the point..
then how can I make the Object A(frog) on the object B(wood)
but the Object A still can be move on the Object B like walk freely and object A and B move in one direction
(frog on the moving wood on river, but the frog still can move freely on the wood) cos we only had 1 x-speed in the object

6
the view of game from above..
if I use Collision can I make object on another object and not collide ??

7
Ask a Question / [solve] object bring another object like frogger game
« on: March 27, 2013, 01:19:09 am »
lets say I wanna make like a 2D Frogger
where the moving object A (such as wood at river)  can bring another object B (frog)
or like bomberman game in snes where the char can ride the moving bridge

anyone had idea ??
I already tryin use region,
place a region Object A, and when object B enters object A, object B will follow the coordinat of Object A
but it seems not right :-/

8
interesting... I think I will join :-?

9
Windows / Mac / Flash / HTML5 / my First Stencyl game "Prison Bomber"
« on: January 29, 2013, 05:13:07 am »
here it is My First Stencyl game
Prison Bomber
http://www.kongregate.com/games/RnDi/prison-bomber

genre : Puzzle, Action
Concept : Prison Break, with Bomberman Style in Puzzle Room
Story : our hero was in Prison and being a lab rat.. but now he got some power to make a prison break
Control : Arrow to Move, space to make an Explosive Bomb

Enjoy the Game.. Comment are welcome...

10
wow coollll its really works....
thank you guys..
check out my works
http://www.kongregate.com/games/RnDi/prison-bomber

11
Im already do as you all say..
but the achievement seems not show up --a

12
guys lets open the discussion
Im new in this bussiness
which Monetizing plan more profitable with stencyl?? Kongregate / newGround / MochiAds / other ?

* Kongregate = 25% ads + 10%(Install API) + 15% (exclusive at Kongregate)
* newGrounds =
CPM
$1 for every 1000 people who view your ad
CPC
Cost-Per-Click. In this format, you get paid every time a unique visitor clicks the ad.
CPA
Cost-Per-Action. Includes payments per sign-up or commissions on sales. (what sign up???)
* MochiAds = ?? not had any information about it
* FGL = ?? not had any information about it

any one had information about it ??

13
Im just complete my game with stencyl and wants to submit it to kongregate

Im already setup in first scene


but it still doesnt show achievement tab in kongregate :(
when I upload to Kongregate, they ask for Api Callback url, is it necessary ?? how can I get it ??

this block

what is name ?? is it username or statistic name in Kongregate API ??


please help me guys :(

14
Ask a Question / Re: [ask] is stencyl preloader preload assets ??
« on: January 11, 2013, 06:22:07 pm »
If you play any of the Flash games in Stencyl arcade, you'll notice a loading bar the first time they run - that is the assets preloading. So yes, they do. I don't know how iOS handles things if you mean that instead.

loading bar ??
my game (stencyl not pro) doesn't show the loading bar at the first time --a just stencyl logo and the game start
does it mean we must make our preload asset ??

15
Ask a Question / Re: [ask] is stencyl preloader preload assets ??
« on: January 11, 2013, 01:49:38 am »
umm sorry my bad english :P
I mean
preloader assets = load all assets in beginning of game, so game will be fast

is stencyl already load our assets in begginning of game ??

Pages: 1 2