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;