I used search function and didn't find the answer, though it's a very simple question: I'm using the platform behaviour, and after landing, my character is sliding if I keep pressing the left or right arrow.
I have an animation for standing and one for running.
I tried to add:
Platform on landed - set animation "standing"
But he still sliding.
Then I'm adding another condition to this:
"Keyboard - Left arrow is down - Invert" - set animation "running"
Same with right.
Now the character is running on landing...
Help :)
Also, I'd like to know to add a "crouch" behaviour.
Thx!
EDIT: Fixed this by replacing "onlanded" animation by "running". I noticed that the problem appears when I stop pressing any key when the character is jumping.
If I do that, he will keep running after landing, any idea how to fix that?