Re: [Flashcoders] Custom buttons - radio style

2008-12-23 Thread jim skolmoski
Thanks for your response Ashim,I will try to place the movieclip buttons into a new unique MovieClip, and then link that mc to a new custom RadioGroup class. We'll see where that leads me and I'll report back with my findings (or lack of).Any other ideas out there?thanks again Jim-

Re: [Flashcoders] Custom buttons - radio style

2008-12-22 Thread Ashim D'Silva
I'd say you need to wrap the system in a RadioControl class of some sort. This is a group class and knows of all the radio buttons that are affected as part of this group. That was you can have a second group if you need it. This class can have a currentSelection variable which stores whatever is c

[Flashcoders] Custom buttons - radio style

2008-12-22 Thread jim skolmoski
Listers,As an experienced AS2 coder, and a very new AS3 coder, I'm having trouble writing some classes.Since I work with a few Flash designers, I'm hoping that I can create some classes that would automatically add functionality to interactive programs that they are designing.The current proje