STEP 5: Let's move our sprite to start in the first quadrant, the upper right corner.

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

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


# THIS ACTIVITY IS IN PREVIEW ONLY MODE