_root.mc._alpha = 0; _root.mc.onEnterFrame = function() { (this._alpha<=100) ? this._alpha += 1 : delete this.onEnterFrame; };