playMaker

Author Topic: Playmaker Jumping[SOLVED]  (Read 944 times)

DrJekyll

  • Playmaker Newbie
  • *
  • Posts: 2
Playmaker Jumping[SOLVED]
« on: February 11, 2019, 03:57:18 PM »
Hi im learning to use playmaker so sry for this simple question.
When i "programing" the jump for my player this fall so slow, i used for a simple jump a keydown and other state with add force 2D, i see couple of videos and the jump is ok but my jump is strange.
The character teleport to the distance and fall so low.

Thanks
« Last Edit: February 15, 2019, 03:17:17 AM by jeanfabre »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Playmaker Jumping
« Reply #1 on: February 12, 2019, 10:34:04 AM »
Hi.
a few factors on the rigidbody2d that affect this are :

Mass, Drag and Gravity scale.

You probably need to lower the force value.

Then play around with these variables

DrJekyll

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Playmaker Jumping
« Reply #2 on: February 12, 2019, 04:37:09 PM »
Thanks for the answer

Finally i solved the problem, the problem was in the action "set velocity 2D", in this action the vector2 was in x0 y 0 when i put this in "none" the player fall in a normal velocity.