Make Actor Jump?
Eminem
Member Posts: 667
I need my actor to jump all the way up the screen (320) and then come back and repeat anyone know how to do this?
Thank You So Much!
Thank You So Much!
Comments
when i do it, everything remains still not even the background moves
any other way?
Does the actor just move back and forth over and over? Is it jumping when a button is pressed?
You could just 'move' the actor until its X is equal to the screen height, then reverse the movement until it is 0.
accelerate 270 to scene, speed 300
Timer EVERY 3 seconds (change this to make it more or less frequent)
-----Timer (within the other timer) FOR .8 seconds
----------Accelerate 90 to scene, speed 600