Help with game

BluemoonstudiosBluemoonstudios Member Posts: 156
edited September 2012 in Community Tutorials
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

Comments

  • shark1505shark1505 Member Posts: 75
    1. You don't, you create a scrolling background. You could change the size of the scene however.
    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.
  • BluemoonstudiosBluemoonstudios Member Posts: 156
    Thanks for such a quick response shark. I'll try that out. I'm going to have the player collect items in the game also, so could I use the random function with constrain for the those items also? Or do they need to be spawned? Thanks again mate
Sign In or Register to comment.