STEP 3: Let's add a point sprite to our Etch-a-Sketch!

A sprite is a character, shape, or other object that we add to our scene.

  • Click on in the toolkit. Then drag out Point and drop it at the bottom of your program.
  • Click on . Then drag out Set Color and drop it at the bottom of your program.
  • Click Run. See the green point? Then click Submit and Next to move on.

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background_color("black")
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)