Animation Stuck on Walking

hii can someone help me? i’ve been having troubles with the animation lately, it seems to be stuck in frame 1 whenever i walk, does anyone have any solutions for this? thank you so much!

Your first event after the blue Movement event group is resetting the animation to “Default”. It’s doing this continuously throughout the game.

Then when you press one of the movement keys, the animation is set again, and because it has changed (from “Default” to something else) it starts at frame 1.

One way to fix this is to check no keys are pressed before resetting the animation to “Default”.