Property
frame.tweenType
frame.useSingleEaseCurve
frame.actionScript
Availability
Flash MX 2004.
Usage
frame.actionScript
Description
Property; a string that represents ActionScript code. To insert a new line character, use
Example
The following example assigns
fl.getDocumentDOM().getTimeline().layers[0].frames[0].actionScript =
'stop();';
frame.duration
Availability
Flash MX 2004.
Usage
frame.duration
Description
Read-only property; an integer that represents the number of frames in a frame sequence.
Example
The following example stores the number of frames in a frame sequence that starts at first
frame in the top layer in the
var frameSpan =
fl.getDocumentDOM().getTimeline().layers[0].frames[0].duration;
Description
A string that specifies the type of tween.
A Boolean value that specifies whether a single custom
ease curve is used for easing information for all properties.
to first frame top layer action:
stop()
variable:
frameSpan
.
"\\n"
Frame object
275
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?
Questions and answers