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 :

My event :
How i can make this work ?
Thx for your help ![]()
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 :

My event :
How i can make this work ?
Thx for your help ![]()
you should enable jumping again before simulate jump key. see the platformer example.
it was that easy …
I tried several things but not that
Thanx you !