Flash actionscript 3.0: June 2010

Custom Event Dispatcher in AS3.0

0

Posted by Sankar.G | Posted in | Posted on 8:39 PM

The EventDispatcher class is the base class for all classes that dispatch events. The EventDispatcher class implements the IEventDispatcher interface and is the base class for the DisplayObject class. The EventDispatcher class allows any object on the display list to be an event target and as such, to use the methods of the IEventDispatcher interface.

We Can create a Custom Event Dispatcher in as3.0
we can send the Object,string through Event Dispatcher Class...


Below Link is Used to you to get the Example of the Custom Dispatcher in as3.0...

Custom_Dispatcher.zip