Increase speed by time
Boorje75
Member Posts: 13
I'm trying to figure out how I can increase the speed of my actors after a certain amount of time. For example increase the speed with + 10 every 5 seconds. Or increase the speed with + 10 every whenever the score has increased with 5 points.
Appreciate some help
Comments
it depends how you are making your actor move but just create a self real attribute "speed" and set that as your started speed, now lets say you are moving your actor with the move behavior, in the speed option dont type any number but select your self.attribute as your speed, now have a rule
every 5 seconds change "speed" to "speed+10" , this will increase the speed.
how bout if I want to increase the speed after the score has been increased with 5 points?