Hello, I’m adding some bosses to my game, which means I need to add an attack. I’m trying to get the animation to work, though it just freezes on the first frame. I have the animation set to loop, though it doesn’t seem to make any difference.
When you change sprite animations, if the animation is the same as the current one, then it continues from the current frame. If the animation is different, then the new animation starts from the first frame.
What does this mean? It means there are earlier events that are changing the animation to a different one before coming being set back to “attack”.