Right now the blocks are starting in the middle of the stage! Let's make them start off to the right of the stage.

  • Find the two rectangles in your code.
  • Change the first parameter of both blocks to 300.

The first parameter in both rectangles is the x-coordinate.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE