RE: [Flashcoders] var (eventHandler)

2007-02-07 Thread Kalani Bright
] On Behalf Of eric cash Sent: Tuesday, February 06, 2007 7:42 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] var (eventHandler) Okay, I'm guessing it's a stupid question, so I'll get over it asap. I've never written a custom class before, and have recently started to code things in Flash

Re: [Flashcoders] var (eventHandler)

2007-02-07 Thread Muzak
also anything withoug a access keyword is defaulted to private which means you can only access it from the class. That's not correct, it's public by default. regards, Muzak ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] var (eventHandler)

2007-02-06 Thread eric cash
Okay, I'm guessing it's a stupid question, so I'll get over it asap. I've never written a custom class before, and have recently started to code things in Flash which are much more complex, approaching application status, so I'm trying to wwrap my head around all of this OOP stuff. I keep

Re: [Flashcoders] var (eventHandler)

2007-02-06 Thread Jason Boyd
It's possible you are getting confused in further details about event handling. There is some invisible stuff happening here that goes beyond just understanding classes and objects. Buttons and MovieClips are registered listeners of mouse events automatically. What this means is that an event

RE: [Flashcoders] var (eventHandler)

2007-02-06 Thread Hairy Dog Digital
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric cash Sent: Tuesday, February 06, 2007 10:42 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] var (eventHandler) Okay, I'm guessing it's a stupid question, so I'll get over it asap. I've never written a custom class before