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.
Example
The following example selects all the frames in the current timeline.
fl.getDocumentDOM().getTimeline().selectAllFrames();
Timeline object
493
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?
Questions and answers