Frame.motiontweenrotatetimes; Frame.motiontweenscale; Frame.motiontweensnap - MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual

Flash javascript dictionary
Hide thumbs Also See for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY:
Table of Contents

Advertisement

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 (
(
).
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 (
) or doesn't scale
true
) or not (
true
false
Frame object
189
).

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents