Activity: Shrink

STEP 5: Our captain is too big for the scene we want to build! Let's shrink it down!

You can control the size of a sprite using .set_size(). We use a number less than 1 to make our sprite smaller.

  • Click on and drag out Set Size. Drop it below the line that creates your sprite.
  • Change the name in front of .set_size(0.5) from sprite to captain.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
Support