Pressing jump on ladder makes the player climp super fast ?

Player on ladder … press jump
The player just climb super fast … like he is jumping too many times when he is on ladder (or falling) .

What i need is …
When player on ladder … pressing jump don’t do nothing .
But pressing left or right with jump on ladder … the player jumps left or right .

Anyone ?

Disable default controls for the platformer and setup the controls manually.

What you want to do is.
If player is on ladder AND space key is pressed AND left OR right key is pressed THEN simulate jump key press.
And you also want to do the floor.
If player is on floor AND space key is pressed THEN simulate jump key press.

This way, if player is on ladder AND space key is pressed AND left AND right key is NOT pressed THEN nothing is going to happen unless you add the event :slight_smile:

YOU WELCOME!! :mrgreen:

1 Like

Thank you ddabrahim … i know i ask a lot of questions :laughing: … sorry about that but just know that i don’t ask until i try and try and then try again a little bit :laughing: . Then i decide to ask :slight_smile: … anyway … i will try it tomorrow and let you know if something comes up . Thanks again …