Monday, September 10, 2007
import gs.TweenLite;
import gs.TweenFilterLite;
import fl.motion.easing.Elastic;'
TweenLite.to( who, 2, {x:316, y:55, alpha:0.4, mcColor:0xff0000} );
TweenLite.to( who, 1, {x:stage.stageWidth/2, y:stage.stageHeight/2, ease:Elastic.easeOut, delay:2, overwrite:false} );
TweenFilterLite.to( who, 1, {type:"Blur", blurX:10, blurY:10, quality:2, overwrite:false, delay:3} )







