STEP 4: Let's move our UFO to start at Mars.

The location in the command is a coordinate pair in standard form: (x, y).

  • Change the x-coordinate (the first number) to -200.
  • Change the y-coordinate (the second number) to -200.


stage.set_background("space") sprite = codesters.Sprite("ufo") sprite.set_size(0.4) sprite.go_to(-100, -50)