Frame object
189
frame.motionTweenRotateTimes
Availability
Flash MX 2004.
Usage
frame.motionTweenRotateTimes
Description
Property; an integer that specifies the number of times the tweened element rotates between the
starting keyframe and the next keyframe.
Example
The following example rotates the element in this frame counter-clockwise three times by the
time it reaches the next keyframe:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].motionTweenRotate =
"counter-clockwise";
fl.getDocumentDOM().getTimeline().layers[0].frames[0].motionTweenRotateTimes =
3;
frame.motionTweenScale
Availability
Flash MX 2004.
Usage
frame.motionTweenScale
Description
Property; a Boolean value; specifies whether the tweened element scales to the size of the object in
the following keyframe, increasing its size with each frame in the tween (
true
) or doesn’t scale
(
false
).
frame.motionTweenSnap
Availability
Flash MX 2004.
Usage
frame.motionTweenSnap
Description
Property; a Boolean value; specifies whether the tweened element automatically snaps to the
nearest point on the motion guide layer associated with this frame’s layer (
true
) or not (
false
).
Содержание FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY
Страница 1: ...Flash JavaScript Dictionary ...
Страница 16: ...16 Contents ...
Страница 40: ...40 Chapter 2 Top level functions ...
Страница 368: ...368 Chapter 3 Objects ...
Страница 386: ...386 Chapter 4 C Level Extensibility ...