Tween Object

Hello Everyone!

I just getting used to AS 3.0. I find it to be more intuitive and organized that its predecessor. Well let me get to the point…

I’m building a site with a bunch of objects with different tweening directives (such as my Ticket object needs x-axis tweening only or my canvas needs y-axis tweening) and don’t know if I should use the AS built in Tween Object or write out the tween code on each individual object. I’d use the Tween Object, but it can only do one tween at a time.

Does anyone know what I should use or know of any tutorials that can help me with this?