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

2006-02-01 Thread Manuel Saint-Victor
I do like that. I'm hoping that I can have all of my buttons auto register themselves to the main EventListener when they are dragged on stage. I'm going to give it a try. Thanks again, Mani On 2/1/06, Scott Hyndman <[EMAIL PROTECTED]> wrote: > > ActionStep buttons (and thus, Apple's Cocoa bu

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

2006-02-01 Thread Scott Hyndman
ActionStep buttons (and thus, Apple's Cocoa buttons) don't dispatch events, and they work great. Rather, they use "actions" and "targets". They are perfect for most uses, as buttons do not generally have multiple observers. The basic idea is that the "target" is the observer, and the "action" is