jumping and moving???
Hipster_Owl_Studios
Member, PRO Posts: 214
my actor jumps but when i want him to move he kinda jst pauses in the air then walks im making a platformer so i want him to jump and move at the same time im using touch controllers but i also use the keyboard to test it out so can someone help me figure out how i can make my actor jump and move?? thanks
Comments
This the moving and ducking demo from Firemaple Games ducking. i added a jump and direction logic.
The graphic is added so that people have a clear idea how to make sure the character face the right way in the air and on the ground.
Hope it helps
When touch is released or Outside, set running right to 0,
that means that if you touch the jump button while running, the Running Button reads that as "Outside" of the Running Buttons actor, thus it sets Running Right to 0 when you press the Jump button. I'm still working on fixing this myself.