PDA

View Full Version : Tweening


flyingscott
09-03-2008, 06:47 PM
var myTween:Tween = new Tween(myObject, "x", Elastic.easeOut, 0, 300, 3, true);

I nabbed the proceeding code from the help docs... the problem I am having is understanding what 0, 300, 3 refer too? I change the values and get results that don't make much sense...

I see the public properties in the help file, I just can piece it together.

Can someone dumb it down for me?

snickelfritz
09-03-2008, 06:52 PM
I would highly recommend that you download and install TweenMax (http://blog.greensock.com/tweenmaxas3/).
The process of using this class is far less arcane than the Adobe tween class, and the performance is significantly better.