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