Skip to main content

Add a Garage

Use the Pen block to add a garage to the existing house on the Art Canvas Playground

  • Stay on the Art Canvas Playground, and expand on the Draw a House project.
  • Program the VR Robot to add a garage to the side of the house. Use the [Set pen color] block to make the color of the garage different from the house.>

Helpful Hints

Use the [Set pen color] block from the Looks category to select a new pen color when drawing the garage.

VEXcode Set pen color block that reads 'set pen to color black'.

Matching Python command:

pen.set_pen_color(BLACK)