How do you stop Events from running? [import]uid: 39533 topic_id: 11068 reply_id: 311068[/import]
@freedomOfKnowledge,
- Remove the Event using removeEnventListener
- Ignoring the event
- Set a flag that will disable the event processing
- Do not set it up using addEventListener
take a pick
cheers,
? [import]uid: 3826 topic_id: 11068 reply_id: 40255[/import]