User Guide
190 Chapter 3: Objects
frame.motionTweenSync
Availability
Flash MX 2004.
Usage
frame.motionTweenSync
Description
Property; a Boolean value; if set to true, synchronizes the animation of the tweened object with
the main Timeline.
Example
The following example specifies that tweened object should be synchronized with the Timeline:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].motionTweenSync = true;
frame.name
Availability
Flash MX 2004.
Usage
frame.name
Description
Property; a string that specifies the name of the frame.
Example
The following example sets the name of the first frame, top layer to "First Frame" and then
stores the
name value in the frameLabel variable:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].name = 'First Frame';
var frameLabel = fl.getDocumentDOM().getTimeline().layers[0].frames[0].name;
frame.shapeTweenBlend
Availability
Flash MX 2004.
Usage
frame.shapeTweenBlend
Description
Property; a string that specifies how a shape tween is blended between the shape in the keyframe
at the start of the tween and the shape in the following keyframe. Valid values are
"distributive" and "angular".