STEP 10: That happens quickly and the sprites are all on top of each other! Let's fix that by adding some commands!

  • Click on . Drag a Wait command INSIDE your loop. Change the number to 1.
  • In , drag out a Glide To command. Drop it INSIDE the loop.
  • Change the coordinates to (-200, -150).
  • Each time an image from our list appears, we pause the stage and send it to the recycling bin.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE