gritsenko / c3_spine_plugin

Spine plugin for construct 3
MIT License
24 stars 8 forks source link

On animation finished can trigger animation finished on the next animation. #44

Closed MikalDev closed 3 years ago

MikalDev commented 3 years ago

On animation finished can trigger animation finished on the next animation, if there is a animation mix and the next animation is set within the trigger event. A workaround is to add a System wait 0 seconds (one tick) before setting the next animation.

Related to this issue, reviewing with Esoteric team.