speed...
igpxnaruto4
Member Posts: 81
ok so i have a character and i have it set to move up at 200 how do i make it so it speeds up to 300 and keeps ging depending on how long your playing?
Comments
Create an attribute (integer) called speed - 200
Timer - Every 3 (change as you'd like) seconds change attribute game.speed to game.speed + 15(change as you'd like)
Instead of having the actor move up at 200, have it move up at the attribute game.speed
Matt
-----------------Option 1-----------------
Set Actors Speed to 200
Accelerate:
Direction -> 90
Acceleration 10 (low acceleration)
-----------------------------------------
-----------------Option 2-----------------
New Attribute: Speed = 200
New Attribute Timer
Move:
Direction -> 90
Speed -> Speed+(game.timer/10)
-----------------------------------------
Michael