3 Replies Latest reply: Dec 28, 2012 1:29 PM by kglad RSS

    Trying to figure out what the 3rd attribute means in this line

    iBabs2 Community Member

      Hello,

       

      I am trying to figure out some AS3 code. I have a file using an

      import fl.transitions.Tween;

      import fl.transitions.TweenEvent;

       

      the line of code I am trying to figure out in teh actial script is this:

       


      var fadeTween:Tween = new Tween(fadeMeIn, "alpha", None.easeOut, 0, 100, 30, true);

       

      I know what everything is but the 30 .. In another line of code I have for a image moving, that value represents seconds on the timeline vs frames due to the true statement that folows.

       

      Is that also what this 30 represents...I'm not really able to tell?

       

      thanks

      babs