Re: [Flashcoders] How much size does eventdispatcher add to my class?

2006-02-01 Thread Manuel Saint-Victor
(this); > } > > Pretty simple, handles the most common use of a button and requires very > little code. > > Scott > > -Original Message- > From: [EMAIL PROTECTED] on behalf of Manuel > Saint-Victor > Sent: Wed 2/1/2006 1:45 PM > To: Flashcoders mailing li

RE: [Flashcoders] How much size does eventdispatcher add to my class?

2006-02-01 Thread Scott Hyndman
he most common use of a button and requires very little code. Scott -Original Message- From: [EMAIL PROTECTED] on behalf of Manuel Saint-Victor Sent: Wed 2/1/2006 1:45 PM To: Flashcoders mailing list Cc: Subject: [Flashcoders] How much size does eventdispatcher add to

[Flashcoders] How much size does eventdispatcher add to my class?

2006-02-01 Thread Manuel Saint-Victor
I'm working on some button classes that I'm trying to make super-small and would love to have the ability for them to dispatch events. If I use the eventDispatcher in my button superclass that they all inherit how much size would I be looking at added in a compiled file? Another related question