_root.onEnterFrame = function() { if (Key.isDown(65)){ if(this.goback == false) { this.gotoAndPlay("back"); } this._x = _x-3; } }