STEP 7: We want the timer to count down by 1 every second.

  • Go to and drag Interval Event into your program. Delete the .turn_left() command.
  • Change the integer in the event handler to 1. Now the interval will run once every 1 second.
  • Go to and drag Global Variable inside the interval event so it has a ···· in front of it.
  • Change the name of the global variable to timer.

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)