on(keyPress "<Left>") { this._x-=4; } on(keyPress "<Right>") { this._x+=4; } on(keyPress "<Up>") { this._y-=4; } on(keyPress "<Down>") { this._y+=4; }