Activity: Down to Size
I'M FINISHED WITH HOUR OF CODE!

STEP 3: Our ship needs to be a little smaller to fit through the oncoming asteroids.

  • Go to and drag out Set Size. Drop it at the bottom of your program, below the sprite.

Set size can make a sprite smaller or larger. The scale factor is 0.5, so our sprite will be half its original size.

stage.set_background("space") sprite = codesters.Sprite("spaceship")
Support