frame.startFrame
Availability
Flash MX 2004.
Usage
frame.startFrame
Description
Read-only property; the index of the first frame in a sequence.
Example
In the following example,
this example, a frame sequence is spanning the six frames from Frame 5 to Frame 10.
Therefore, the value of
that index values are different from frame number values).
var stFrame =
fl.getDocumentDOM().getTimeline().layers[0].frames[4].startFrame;
fl.trace(stFrame); // 4
var stFrame =
fl.getDocumentDOM().getTimeline().layers[0].frames[9].startFrame;
fl.trace(stFrame); // 4
frame.tweenEasing
Availability
Flash MX 2004.
Usage
frame.tweenEasing
Description
Property; an integer that specifies the amount of easing that should be applied to the tweened
object. Acceptable values are -100 to 100. To begin the motion tween slowly and accelerate
the tween toward the end of the animation, use a value between -1 and -100. To begin the
motion tween rapidly and decelerate the tween toward the end of the animation, use a
positive value between 1 and 100.
286
Objects
is the index of the first frame in the frame sequence. In
stFrame
at any frame between Frame 5 and Frame 10 is 4 (remember
stFrame
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?
Questions and answers