btn.onPress = function(){ mc.onEnterFrame = function(){ if(this._alpha>0){ this._alpha-- }else{ _root.gotoAndStop(8); } } }