Thanks!

Ill look into this, I had the idea that it had something to do with the
scoping of the movieclip.

So, let me understand this correctly.

When I create the manager class any events or even the name of the movieclip
will be contained within that class for later 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 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 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
> this component) the button that was selected gets enabled again.
>
>
>
> I have tried to get the button re-activated by getting its _name and
> _target
> but no go.
>
>
>
> Basically I am trying to achieve a similar behavior that the RadioButton
> component has, for example when the user selects any button from a group
> the
> other buttons from the same group become de-selected.
>
>
>
> Any Ideas would be appreciated.
>
>
>
> .helmut.
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to