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?
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?