Disable jumping Spacebar

Hello does anyone know, how i can disable the jumping when spacebar is pressed?
I disabled the default controls.
Thanks

1 Like

You have an action in your event sheet which makes jumping with space bar possible

1 Like

Thanks for reply
Yes i know that. My problem is that the player jumps when i press Space. I don’t want that.
The default controls box in the PlayerHitBox properties are unchecked
and i don’t have programmed jumping with pressing the spacebar.

Don’t know where the problem could be

Btw i like your tutorials :slight_smile:

1 Like

I think you should search in your events for “space” if it has no result then there is a problem some where

Thanks

1 Like

I found it. In my code i have an action called: Ignore default controls yes

Thanks for your time

1 Like

Glad i could help…

1 Like