DevilKap
Member
I have an 8-directional animation system for my RPG, when I set the frames of the animation like this:

It works fine, but jumps/skips frames.
However, when I set it up like this:

It doesn't skip frames, but it crashes the game when I walk to the right (and only to the right) for an extended period.
My code for the animation is seen here:

Is there anything I'm doing wrong?
Keep in mind, this is meant to be an 8-directional animation for an RPG.

It works fine, but jumps/skips frames.
However, when I set it up like this:

It doesn't skip frames, but it crashes the game when I walk to the right (and only to the right) for an extended period.
My code for the animation is seen here:

Is there anything I'm doing wrong?
Keep in mind, this is meant to be an 8-directional animation for an RPG.