STEP 8: We'll use an interval event to drop the meteors. Interval events run once every time a certain number of seconds have passed. The number in the event handler controls the length of the interval.

  • Go to and drag Interval Event to the bottom of your program.
  • Click Run and watch the stage to see what an interval event does.
  • Find the event handler and change the interval to 3. Now the event runs once every 3 seconds.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE