mc.onEnterFrame = function(){ if(mc._alpha<=0) alp=true; if(mc._alpha>=100) alp=false; alp ? mc._alpha+=2 : mc._alpha-=2; }