Help with animation of character

Hi, I am struggling to figure out why my characters animation on Gdevelop will not continue once its plays, and stops on the first frame again. My animation is on loop. Any suggestions?

Probably there are multiple events changing the animation in the same frame, for example if you set the “idle” animation when on floor and the “walk” animation while walking, if you are on floor and walking both events will run and you’ll see the first frame of the walking animation only. To solve it you should set the “idle” animation if you are on floor and not walking.

1 Like