on (press) { _root.gotoAndPlay(1) _root.onEnterFrame=function(){ if(this._currentframe==8){ this.stop() delete this.onEnterFrame; } } }