MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 275

Extending flash
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents