flyover / spine-c2-plugin

A Construct 2 plugin for creating a Spine animation object.
MIT License
27 stars 5 forks source link

animations that are not loopable play an extra frame before transitioning #18

Open justifun opened 8 years ago

justifun commented 8 years ago

If you are playing an animation thats not a walk cycle (or an animation that loops seemslessly) For example, a player needs to crawl up a ledge, or move forwards off their origin point, then when you use the "has looped" action, to play another animation after it, it will play the first animation from the beginning for 1 frame, thus creating a visually hiccup.

Ideally there would be a action such as "on animation (your animation) has finished" similar to how construct handles animations with sprites. And on the last frame of the animation it would allow you to goto another animation.

Has looped only works with animations that loop.

perhaps there's another way to make animations play back to back without hiccuping?

thanks!