Return to Snippet

Revision: 44934
at April 21, 2011 00:57 by scottwatkins


Initial Code
override public function dispatchEvent(event:Event):Boolean             
{         
    trace("New event dispatched...");                     
    trace("Event: " + event.type);                     
    return super.dispatchEvent(event);             
}

Initial URL
http://www.actionscript.org/forums/showthread.php3?t=187123

Initial Description


Initial Title
Listen for All Events from an object - ActionScript.org Forums

Initial Tags


Initial Language
ActionScript 3