MovieClip.slideTo()

Availability

Flash Player 6.

Usage

my_mc.slideTo(x,y, seconds, animtype, delay, callback, extra1, extra2);

Parameters

x, y numbers specifing end _x and _y properties of movieclip

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

Returns

Nothing.

Description

Shortcut method, following commands are identical:
my_mc.slideTo(_root._xmouse, _root._ymouse);
my_mc.tween(["_x","_y"],[_root._xmouse, _root._ymouse]);