PDA

View Full Version : [AS3] Making more than one type of component


kevin_giguere
09-25-2008, 05:16 PM
I need to have more than one type of combo box displayed on screen, that is more than one combo box with different visuals attached to it. Because I am using Flash's class for combo boxes, I can't seem to create two types, since I have to set the class of my component to "fl.controls.ComboBox". Is there a way around it? Like maybe extending fl.controls.ComboBox with another class just to have a copy of it?

Thanks in advance.