frame.labelType
Availability
Flash MX 2004.
Usage
frame.labelType
Description
Property; a string that specifies the type of Frame name. Acceptable values are
,
, and
"name"
"comment"
property.
Example
The following example sets the name of the first frame in the top layer to
then sets its label to
fl.getDocumentDOM().getTimeline().layers[0].frames[0].name = 'First Frame';
fl.getDocumentDOM().getTimeline().layers[0].frames[0].labelType =
'comment';
frame.motionTweenOrientToPath
Availability
Flash MX 2004.
Usage
frame.motionTweenOrientToPath
Description
Property; a Boolean value; specifies whether the tweened element rotates the element as it
moves along a path to maintain its angle with respect to each point on the path (
whether it does not rotate (
If you want to specify a value for this property, you should set
.
"none"
278
Objects
. Setting a label to
"anchor"
:
"comment"
).
false
clears the
"none"
frame.name
"First Frame"
frame.motionTweenRotate
,
"none"
and
) or
true
to
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?