![MACROMEDIA FLASH 8-EXTENDING FLASH Manual Download Page 278](http://html1.mh-extra.com/html/macromedia/flash-8-extending-flash/flash-8-extending-flash_manual_3348049278.webp)
278
Objects
frame.labelType
Availability
Flash MX 2004.
Usage
frame.labelType
Description
Property; a string that specifies the type of Frame name. Acceptable values are
"none"
,
"name"
,
"comment"
, and
"anchor"
. Setting a label to
"none"
clears the
frame.name
property.
Example
The following example sets the name of the first frame in the top layer to
"First Frame"
and
then sets its label to
"comment"
:
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 (
true
) or
whether it does not rotate (
false
).
If you want to specify a value for this property, you should set
frame.motionTweenRotate
to
"none"
.
Summary of Contents for FLASH 8-EXTENDING FLASH
Page 1: ...Extending Flash...
Page 38: ...38 Top Level Functions and Methods...
Page 532: ...532 Objects...
Page 554: ...554 C Level Extensibility...