Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 442 Bytes

File metadata and controls

22 lines (12 loc) · 442 Bytes

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

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

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