MovieClip.prototype.halfAlpha=function(){ this._alpha=50; }
mc.onEnterFrame= function(){ this.halfAlpha(); }