How to make upwards jumping platform game
Hi guys,
yet another project i am going to start, since the first few all had some hiccups along the way![:( :(](http://forums.gamesalad.com/plugins/emojiextender/emoji/twitter/frown.png)
Just want to find out how is it possible to have recycled platforms spawning in random position but upwards and not overlaping each other?
yet another project i am going to start, since the first few all had some hiccups along the way
![:( :(](http://forums.gamesalad.com/plugins/emojiextender/emoji/twitter/frown.png)
Just want to find out how is it possible to have recycled platforms spawning in random position but upwards and not overlaping each other?
Comments
have move rules in them going up relative to scene
have a rule when self position y is greater then or equal to 480
change attribute self position y to 0, and change attribute self position x to random(0,320)
youll prob have to adjust the numbers to your likeing, thats how you would do it though
cheers
cheers