this.onEnterFrame=function() { if (this._x <= 326) { this._x = 326; } else if ( >= 636) { this._x = 636; } else { this._x -= (_xmouse-this._x)*0.05; } }