rainyt / openfl-spine

Supports Spine renderer versions 3.8 to 4.2 on OpenFL
MIT License
18 stars 6 forks source link

SkeletonAnimation.play has no effect, if stop was called previously #9

Closed CrazyFlasher closed 5 years ago

CrazyFlasher commented 5 years ago

I happens because _actionName is not nullified, when stopping playback. playForce helps in this case

rainyt commented 5 years ago

Yes, you can also control the animation directly through the state property.