STEP 16: Now, let's delete the falling meteors from the stage.

The event handler in the collision event identifies the sprite and the hit_sprite in any collision. Our sprite is the alien. We'll use hit_sprite inside the collision event to refer to any sprite that our alien collides with.

  • Go to and drag Remove Sprite inside the collision event.
  • Change sprite in the .remove_sprite() command to hit_sprite.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE