STEP 8: Now let's change the size of our sprite so that it fits better with our scene.

We can use a sprite's variable name to assign actions to a sprite. This is called dot notation.

  • Click on . Drag out Set Size.
  • Change the name in front of .set_size(0.5) from sprite to bomb.
  • Change the number inside .set_size(0.5) from 0.5 to 0.1.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE