TweenLite is a lightweight but powerful and easy to use tweening engine by Jack Doyle, which I prefer to use in my flash projects. The arguments for it's use are:
Easy to use:
The syntax is simple, clear and easy to remember.
TweenLite.to(square, 1, {x : 200, ease: Quad.easeOut});


