Codesters FAQ is the official FAQ site for codesters.com. We will continue to update this blog with the most common questions we receive form teachers using Codesters.

Turning Interval and Collision Events Off

Events can easily be turned off by adding the "None" parameter.  Here are some examples:

Turn an Interval Event off:
stage.event_interval(interval, None)
 

Turn a Collision Event off:
sprite.event_collision(None)