How to loop sprite animation, when the keyboard key (right and left) are pressed. And when the sprite stops on the contrary stop animation. PS: I have only animations 0 and 1.
What I tried on the screenshotenter image description here
Instead of using the "On Left Arrow pressed" which is an On Trigger command (i.e., executed only once), you can use the "On Left arrow is down" which will execute every tick while the condition is true.