on(rollOver) { this.onEnterFrame=fucntion(){ if((this._alpha+=5)>=100){ delete this.onEnterFrame; } } }