Help with game
Bluemoonstudios
Member Posts: 156
Hey guys, I'm new to GS and need some help. I'm trying to make a game that is similar to mega jump. I have looked everywhere for help and can't seem to find anything to help me. My questions are:
1: how do I make the screen endless?
2: how can I scatter my platforms.? Do I need to place every platform myself?
3: how do I get the sound affect of the player falling when he misses the platform?
Thanks for your help
1: how do I make the screen endless?
2: how can I scatter my platforms.? Do I need to place every platform myself?
3: how do I get the sound affect of the player falling when he misses the platform?
Thanks for your help
Comments
2. You can use the random function in the expression editor to randomize the X placement of your platforms and you can constrain how close they are to each other.
3. Create a boolean attribute called falling. Then when the actor misses the platform, change the boolean falling to true. Then in the scene, create an actor that says when falling is true, play sound.