Let's make the blocks appear less often.

The line that reads stage.event_interval(interval,·2) is the event listener. It tells the stage to run the interval event every 2 seconds. The number controls how often the event runs.

  • Change how often the interval runs to 5 seconds.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE