RE: [Flashcoders] Creating Components Basic - RadioButton

2006-01-27 Thread Helmut Granda
use. ...helmut -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric dolecki Sent: Thursday, January 26, 2006 3:15 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Creating Components Basic - RadioButton Make a manager class that basically allows

[Flashcoders] Creating Components Basic - RadioButton

2006-01-26 Thread Helmut Granda
[ - Moved from Flashnewbie - ] I am creating a basic component, its just an MC that behaves like a button with its RollOver, RollOut behavior. There is one catch, when the user selects this button the button itself becomes disabled, but when the user selects any other button ( a copy of

Re: [Flashcoders] Creating Components Basic - RadioButton

2006-01-26 Thread eric dolecki
Make a manager class that basically allows objects to register with it, and then have it do what you want it to do. It can dispatch events and also enable/disable members of the group. - edolecki On 1/26/06, Helmut Granda [EMAIL PROTECTED] wrote: [ - Moved from Flashnewbie - ] I am

RE: [Flashcoders] Creating Components Basic - RadioButton

2006-01-26 Thread Helmut Granda
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric dolecki Sent: Thursday, January 26, 2006 3:15 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Creating Components Basic - RadioButton Make a manager class that basically allows objects to register