[SOLVED] Make player bounce on enemy

hello, i tried to do a bounce system when the player jumps on an enemy (like mario),
but the player stays above the enemy without bounce :

test1

My event :

How i can make this work ?

Thx for your help :slight_smile:

you should enable jumping again before simulate jump key. see the platformer example.

1 Like

it was that easy …

I tried several things but not that

Thanx you !

1 Like