Tween library for AS3

旧巷老猫 提交于 2019-11-30 20:43:57

问题


Could someone recommend me of a good Tween library for AS3 (for use with Flash, not Flex)


回答1:


Tween Lite is supposed to be good; My good-at-flash-friends recommanded it to me. What I found useful that it provided a little flash-app for trying out the different tweens and generating the code snippet for the choosen tween in the same time.




回答2:


Here's a short list of tween libraries I'm quite familiar with:

  • Tweener
  • GTween
  • TweenLite
  • Eaze

And, here's a link to a nice comparison of a suite of different libraries for both AS2 and AS3: http://www.greensock.com/tweening-speed-test/

Ultimately, it's going to come down to which syntax you prefer and which one you're most comfortable with. I suggest you look a few of them over, pick one or two and code up an easy comparison to see for yourself...

Good luck!




回答3:


I've always found greensock so easy to fall into - it gives you a great script generator with a list of all it can do.




回答4:


I wrote one called KitchenSync. It's excellent if I may say so.



来源:https://stackoverflow.com/questions/2442191/tween-library-for-as3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!