Categories

Effects

OC_moveTo


OC_moveTo
Moves an object to the specified _x and _y coordinates.

TARGET.OC_moveTo(x,y,duration,easetype,delay);

ie: MovieClip.OC_moveTo(10,10,20,easeOutBack,0);


Optional parameters
callback : function to execute when effect ends. (see Events)