this.attachMovie("mc", "mc", 1, {_x:100, _y:100}); this.mc.onEnterFrame = function() { if(mc._x >=250) { mc._alpha -=2.5//250/100 } };