Extending Flash |
|
|
|
| Objects > Frame object > frame.motionTweenSync | |||
Flash MX 2004.
frame.motionTweenSync
Property; a Boolean value; if set to true, synchronizes the animation of the tweened object with the main timeline.
The following example specifies that tweened object should be synchronized with the timeline:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].motionTweenSync = true;
|
|
|
|