timeline.reverseFrames()
Availability
Flash MX 2004.
Usage
timeline.reverseFrames([startFrameIndex [, endFrameIndex]])
Parameters
startFrameIndex
frames. If you omit
optional.
endFrameIndex
frames; the range of frames goes up to, but does not include,
startFrameIndex
optional.
Returns
Nothing.
Description
Method; reverses a range of frames.
Example
The following example reverses the positions of the currently selected frames:
fl.getDocumentDOM().getTimeline().reverseFrames();
The following example reverses frames from Frame 10 up to, but not including, Frame 15
(remember that index values are different from frame number values):
fl.getDocumentDOM().getTimeline().reverseFrames(9, 14);
timeline.selectAllFrames()
Availability
Flash MX 2004.
Usage
timeline.selectAllFrames()
Parameters
None.
Returns
Nothing.
Description
Method; selects all the frames in the current Timeline.
344
Chapter 3: Objects
A zero-based index that specifies the first frame at which to start reversing
, the method uses the current selection. This parameter is
startFrameIndex
A zero-based index that specifies the first frame at which to stop reversing
,
defaults to the value of
endFrameIndex
. If you specify only
endFrameIndex
. This parameter is
startFrameIndex
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?