Skip to main content

Winter Holiday Coloring Book

Choose a coloring page from the Winter Holiday Coloring Book. Use [Drive for] and [Turn for] blocks and the VR Pen to drive the VR Robot to color it in on the Art Canvas+ Playground.

  • Choose and Download a coloring page as a PNG file from this Google slideshow.
  • Select the Art Canvas+ Playground and upload the coloring page image.
    • To learn more about uploading images to the Art Canvas+ Playground, see this article.
  • Code the VR Robot to color the coloring page.
    • Use [Drive for] and [Turn for] blocks to drive the VR Robot into the desired areas on the coloring page. Use the [Fill area with color] block to color in the areas.
    • Use comments to identify each part of the page the robot is coloring.
    • Print your coloring page as an illustration in a story! Be creative! 

Helpful Hints

  • Use the fill area with color block from the Looks category to fill an area with a specified color. Move the red, green, and blue sliders in the block to mix primary colors to get blended colors.

    VEXcode Fill area with color block that reads 'fill area with color' and then an orange color.

    • Matching Python command:

      pen.fill(255, 90, 0, 100)
  • Use the comment block from the Comments category to write information to help describe the program.

    VEXcode Comment block that reads 'Drive and color the penguin's beak'.

    • Matching Python command:

      # Drive and color the penguin's beak
  • Use the ‘Download Canvas Button’ on the Art Canvas + Playground to save your work of art to share with others!Download Canvas Button from the VEXcode VR Playground window.

     

  • The dimension of the VEXcode VR Playground is 2000mm x 2000mm.
  • To learn more about using the VR Art Canvas +, see this article.