Categories

Effects

OC_glowTo


OC_glowTo
Applies an dynamic/ animated glow effect on an object.

TARGET.OC_glowTo(color,alpha,blurX,blurY,strength,quality,inner,knockout,duration,easetype,delay);

ie: MovieClip.OC_glowTo(0xFF9900, 0.45, 4, 4, 2, 8, false, false,40,easeOutBounce,0);


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

 

Tweening of glowcolor is also supported.