Does anyone know how to make actor jump?

its for an ios game and i really need to know how to jump using a jump button on the scene, thanks ;)

Answers

  • selectsoftselectsoft Member, PRO Posts: 38
    Well, you have multiple ways you can do this, but start with the move or move to behaviors. The best thing you can do is create a new project and start messing around with the behaviors.
  • floydianspiralfloydianspiral Member, PRO Posts: 308
    Have a constant acceleration behavior (to act as gravity) in the opposite direction of the jump. Give him an accelerate up behavior when button is pressed so that it overcomes your gravity. Hope this helps.
Sign In or Register to comment.