• Bugs
  • AS3 SkeletonAnimation TimeScale Not Working

When trying to slow down the animation setting the timeScale on the SkeletonAnimation object has no Effect.

The solution is to modify the SkeletonAnimation.as code:
change line:48 to
state.update(time*timeScale);

Original was missing the timeScale var.

Related Discussions
...
  • Изменено

You're welcome to make a pull request on github 😃

9 дней спустя

Fixed, thanks!