Jumping Online
ProRookie101
Member Posts: 2
How do I get an actor to jump (on the online version, not the download)
How do I get an actor to jump (on the online version, not the download)
Comments
I'd prefer a video cuz that'll be ez, I need this because I have a game design class
@ProRookie101 Load the Wizard Run sample game and go into the player actor. You'll see in the actor's rules the jump logic. When the spacebar is pressed the linear.velocity.y of the actor is changed. Use linear velocity on the y axis.