How to stop Events from running?

How do you stop Events from running? [import]uid: 39533 topic_id: 11068 reply_id: 311068[/import]

@freedomOfKnowledge,

  1. Remove the Event using removeEnventListener
  2. Ignoring the event
  3. Set a flag that will disable the event processing
  4. Do not set it up using addEventListener

take a pick

cheers,

?:slight_smile: [import]uid: 3826 topic_id: 11068 reply_id: 40255[/import]