Categories

Effects

OC_sizeTo


OC_sizeTo
Sizes an object to the specified _width and _height.

TARGET.OC_sizeTo(width,height,duration,easetype,delay);

ie: MovieClip.OC_sizeTo(120,120,30,easeOutBack,0);


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