mc._alpha=0; function alpha100():Void { mc.enterFrame=function(){ if(_alpha==100){ _alpha+=10; } } } alpha100();