Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Dustiwi on October 03, 2021, 06:56:10 PM

Title: Hold to Jump higher[SOLVED]
Post 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?
Title: Re: Hold to Jump higher
Post by: djaydino on October 03, 2021, 07:47:50 PM
Hi.
How Are you doing the current jump as there are different ways depending on that :)
Title: Re: Hold to Jump higher
Post by: Dustiwi on October 03, 2021, 10:52:01 PM
im using set velocity 2d on button down
Title: Re: Hold to Jump higher
Post by: djaydino on October 04, 2021, 07:31:33 AM
Hi.
you can use a On Button Up and a wait (to limit duration)
Title: Re: Hold to Jump higher[SOLVED]
Post by: Dustiwi on October 04, 2021, 11:36:06 AM
works nice thank you so much ;D