/ Published in: ActionScript 3
URL: http://www.actionscript.org/forums/showthread.php3?t=187123
Expand |
Embed | Plain Text
override public function dispatchEvent(event:Event):Boolean { trace("New event dispatched..."); trace("Event: " + event.type); return super.dispatchEvent(event); }
You need to login to post a comment.
