HI everyone first time here, my character continuously jumps like a grasshopper when i hold the jump key
how can we do to make the character only jump once when pressing the jump key
maybe try trigger once?
Try adding a Trigger once, or changing “key pressed” to “key released”.
use the alternative key (not space key, because it is default key for jumping) for example UP key. this my suggestion:
in the condition editor:
UP Key is pressed
Trigger once
in the action editor:
Simulate pressing Jump for Player (or your object name that you wanna jump)
thas it. I Have try, and it works. the Player, jumping only once when the Up key pressed although for long time.
OoO thanks you’re right just tried
