Search code examples
actionscript-3listeners

Remove all ENTER_FRAME listeners


Is there a way to remove ALL ENTER_FRAME event listeners at once?


Solution

  • Only if you've been keeping careful track of your listeners. There is no "removeAll" type functionality for event listeners, so it helps to collect your listeners in an easy-to-manage place.