Character only moves once

So when my character moves left it can only move right and vise versa. I want to move freely in each direction.


Move

Do you want the character keeps walking in a direction? Turn on looping in the editor for the object’s animation, and add a “Trigger once while true” condition to each key pressed event.

you forgot to put the condition current animation = walkr /walkl
otherwise any animation that is on frame 12 will do both add 6 and substract 6

1 Like

Thanks for the help : )