TweenMax is an excellent utility for animation in Actionscript. You have the choice between “TweenLite” & “TweenMax”, depending on what kind of features your project requires… The former option is for those projects that require the bare minimum functionality of a tweening platform, while the latter is loaded with a ridiculous amount of tools that give you the power to take over the world (or at least the internet) with jaw dropping effects. (more…)
Here at Noam Design our flash developers typically use Actionscript animation over timeline tweens. The advantage to that is significantly smaller file sizes and smoother, more stable movements. For most developers, it is much easier to deal with your motion in terms of time rather than in frame. Also, when a client requests a change, editing a small snippet of code is far quicker than attempting to adjust the objects on your timeline (especially when you’re dealing with many objects on the stage).