How to stop a platformer player?

Is there any way to stop a platformer player when two keys are pressed?
My game’s player shoot and slide at the same time.:expressionless:

And is there any shortcut key to run the preview?

You could add the condition just shoot if left and righ kay are not pressed.
You should deactivate “Default controls” in player behavior and use “if left key is pressed, simulate pressing Left for Player” events. Then you have the best control and can prevent kay presses in certain situations.

And no I think no.

1 Like