frame.motionTweenSync

#### Availability

Flash MX 2004.

#### Usage

frame.motionTweenSync

#### Description

Property; a Boolean value that if set to true, synchronizes the animation of the tweened object with the main timeline.

#### Example

javascript
The following example specifies that tweened object should be synchronized with the timeline:

fl.getDocumentDOM().getTimeline().layers[0].frames[0].motionTweenSync = true;