How to make my running game go faster and faster?
Flames.Inovation
Member Posts: 16
im making my first endless running game and i have difficulties on trying to make it move faster and faster such as jetpack joyride,everything moves faster the longer you play.
Best Answer
-
kobayaashi Posts: 143
If you tie the speed of your actors to a 'game.speed' attribute, and increase that attribute either by using a timer, or when your actors complete a task/ reach a destination/ increase their level.... that should do the trick.
Answers
use the accelerate behavior. lol
Thanks for your tip , i have figured out how to do it. Actually its quite simple.