STEP 9: Let's use a loop to create a sprite for each image name that appears on the list.

  • Click on the LOGIC tab and open . Drag out Loop through List.
  • In GRAPHICS, click on . Drag Sprite with Image into your loop.
  • Delete the image name "codester" including the quotes. Replace it with the variable value.
  • Make sure you indent the sprite command 4 spaces inside your loop!

# THIS ACTIVITY IS IN PREVIEW ONLY MODE