Animation stuck in one frame

My animation is stuck in one frame. I try to open drawing and close it it did not work. I try to make a little be of changes and put it back to normal and it did not work too.

By the ways the first topic was deleted i had to delete my acount. Also im new to GDevelop.

Turn on the loop swich

Every event occurs every frame. You need to add “Trigger once” to each of those conditions, otherwise your animation is being set/reset every single frame.

But the loop is already on.

I don’t know how to use that.

click add condition and search for trigger once and add that to

http://wiki.compilgames.net/doku.php/gdevelop5/all-features/advanced-conditions#trigger_once

Thanks you guys. :smile: