onClipEvent (enterFrame) { if (this._currentframe == 1) { this.gotoAndStop (this._totalframes); } else { this.gotoAndStop (this._currentframe - 1); } }