mindjolt / starling-builder-editor

Other
102 stars 39 forks source link

Chaining animations #19

Open philipg-pm opened 7 years ago

philipg-pm commented 7 years ago

Hello,

i couldn't find a way for example to have :

T-> [ANIMATION 1] [ ANIMATION 2] oooo[ANIMATION 3] [ ANIMATION 4] oooooooo[ANIMATION 3] [ ANIMATION 4]

And then loop the whole thing ? The animator seems quite poor :(

yuhengh commented 7 years ago

Yes, it's based on the Starling Tween class and quite simple. Timeline animation is too much work to implement. You can do more animation by code though, or using the more powerful TweenLite library.