i have a player that moves with the help of a joypad and the enemys i want to jump the player has to bypass the jumping enemys but i dont know how to make the enemys jump
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
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