Timer and enterFrame Persistence
Someone over at the actionscript.org forums brought up an interesting scenario. When you add a listener to the enterFrame event of a display object, and then attempt to remove the display object, the listener’s handler still continues to get triggered at every enterFrame event. I explored this further to find the same issue applies to […]

