azerion / phaser-spine

A plugin for Phaser 2 that adds Spine support
MIT License
121 stars 57 forks source link

Playing multiple animations together #87

Closed abhivaidya closed 6 years ago

abhivaidya commented 6 years ago

Just wondering how to play multiple animations together. So if my character is talking and walking at the same time or thinking and walking or not talking while walking. Any help there?

AleBles commented 6 years ago

Any time you play an animation, you set it to a certain track, by setting run to track 0 and jump to track 1 you should be able to achieve what you want

abhivaidya commented 6 years ago

Works beautifully as said. Thanks much