• Runtimes
  • AS3 runtime, reverse play?

I have been using the AS3 runtime and after looking through all the documentation,
I just cannot figure out how to reverse an animation.

I have a side scrolling character who seems to moonwalk when walking backwards,
if I can get him to reverse his walk animation, he would move more naturally :rofl:

Any ideas?

Related Discussions
...

AnimationState handles transitions between animations and this doesn't work correctly if you pass a negative delta time to update(). Maybe we could add a flag to TrackEntry so it will play an animation backward. Task:
https://trello.com/c/gFcDI9o5/53-look-i ... ationstate

For now you can have 2 separate animations: duplicate your animation in Spine, box select all the keys in the dopesheet, drag the edge of the selection to the other side to reverse the keys, then move the keys back to zero.