Hi Josh, thanks for the reply. :)
Is there a way to add a listener to the event destruction? I only have an Average knowledge of AS3 Syntax. I'm more a C-family Programmer.. For example in c# you would create one in a class by putting a "~" in front of a constructor, to make it a destructor, fires when the garbage collection removes the class from memory. eg, something like addListener.toDestructionOf(event); OR something like that....????
