Increase Speed over time

JayJayDJayJayD Member Posts: 48
edited November -1 in Working with GS (Mac)
Hello,

Im totally new to gamesalad but i´ll start to make my game in a few days.
Watched lots of tutorials but i have one question:

I´ll make an game similar to jetpack joyride.
The speed should increase over time or (maybe) in relation with the score.
Can somebody give me some tips how i can realize this?

Sorry for my bad English :/

Thanks in advance

Comments

  • JayJayDJayJayD Member Posts: 48
    nitsuj1001 said:
    Hello,

    Im totally new to gamesalad but i´ll start to make my game in a few days.
    Watched lots of tutorials but i have one question:

    I´ll make an game similar to jetpack joyride.
    The speed (of the Player) should increase over time or (maybe) in relation with the score.
    Can somebody give me some tips how i can realize this?

    Sorry for my bad English :/

    Thanks in advance

  • LBGLBG Member Posts: 277
    Have an attribute called Game_Speed. Set this to a starting value, say 100. Then you can use several different ways to change it. Timers, positional values, game score.

    With a timer - every x seconds, change attribute, game.Game_Speed to game.Game_Speed + x

    LBG
Sign In or Register to comment.