Whoops!

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:flashcoders-
> [EMAIL PROTECTED] On Behalf Of Mike Keesey
> Sent: Tuesday, September 26, 2006 2:23 PM
> To: 'Flashcoders mailing list'
> Subject: RE: [Flashcoders] Delegating Events and AS2

[...]
> 
> Or, if using AS3.0, I think you can wrap a
flash.events.EventDispatcher
> object (Decorator Design Pattern):
> 

[...]

>       private function _dispatcher:EventDispatcher;
> }

Obviously, that should be:

        private var _dispatcher:EventDispatcher;

―
Mike Keesey

> 
> (Note: I haven't actually tried AS3.0, so someone let me know if I
> messed anything up.)
> ―
> Mike Keesey
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:flashcoders-
> > [EMAIL PROTECTED] On Behalf Of Sean Scott
> > Sent: Tuesday, September 26, 2006 12:09 PM
> > To: [email protected]
> > Subject: [Flashcoders] Delegating Events and AS2
> >
> > Hi All!,
> >
> > wondering if someone can point me in the right direction.  I am
trying
> > to find a ASBoradcast / Event Dispatcher light model for my app.
> >
> > Basically i have a number of MCs that will have to either react to
> > events being broadcast or broadcast their own.
> >
> > I have Essential AS2 by Colin Moock.  Trying to find something i can
> > import and maybe pass scope to it, vs have my main class extend it.
> >
> > I've googled, searched the archived and exausted my more talented
> > flash developer friends.
> >
> > Thanks,
> > Sean
> > _______________________________________________
> > [email protected]
> > To change your subscription options or search the archive:
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> > Brought to you by Fig Leaf Software
> > Premier Authorized Adobe Consulting and Training
> > http://www.figleaf.com
> > http://training.figleaf.com
> 
> _______________________________________________
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> 
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to