if (this._currentframe-1 == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(this._currentframe-1); }