every time I try to translate a sprite the sprite disspears
var spot = this.entity.getPosition();
spot.x = 0;
spot.y = 0;
if (app.keyboard.isPressed(37)){
this.entity.sprite.play('MoveLEFT');
this.entity.setPosition(spot.x-5,0);