STEP 10: Each time the loop runs, we want to add another zombie sprite to zombie_list.

The zombies start off the stage to the right. Zombies have an x speed, so you'll see them walk across the stage.

  • Use Append to add zombie to zombie_list each time the loop runs.
  • Use Add Value to add 500 to x each time the loop runs.


To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)