STEP 3: Our sprite is too big! Let's change it's size.

  • Click on in the toolkit.
  • Drag Set Size to the bottom of your program.
Set size changes the size of our sprite on the stage. When the number in parentheses is greater than 1, the sprite appears larger. When the number is less than 1, the sprite appears smaller.

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

stage.set_background("winter") sprite = codesters.Sprite("snowman")
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)