MovieClip.rotateTo()

Availability

Flash Player 6.

Usage

my_mc.rotateTo(rotation, seconds, animtype, delay, callback, extra1, extra2)

Parameters

rotation A number , end value of movieclip _rotation property

all other parameters do the same as in tween() method

Returns

Nothing.

Description

Shortcut method, following commands are identical:

my_mc.rotateTo(180,3,"easeoutback");
my_mc.tween("_rotation",180,3,"easeoutback");