Archive for June, 2007

Timer and enterFrame Persistence

June 11th, 2007 – 2:22 pm
Tagged as: Flash, Actionscript 3

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 […]