Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: Dustiwi on October 03, 2021, 06:56:10 PM
-
Hello, i trying to make a 2d platformer, followed some tutorials and made a jump, but how can i make it so if i hold the button it jumps higher?
-
Hi.
How Are you doing the current jump as there are different ways depending on that :)
-
im using set velocity 2d on button down
-
Hi.
you can use a On Button Up and a wait (to limit duration)
-
works nice thank you so much ;D