Colorize MCs inside a component

Hi All,

I’m stumped on how to colorize some mcs inside my component. I have a combobox that I use a style to colorize the face, background, scrolltrack, etc. Then I have some very simple buttons with a stroked border and middle fill. I basically want to know how to make my own properties to colorize these buttons. Any ideas? I’ve tried the following:

  1. looking through the combobox component code. Wow what a mess? I can’t really make sense of anything.

  2. Thought perhaps you just need to draw the buttons on the fly when the swf is created. Seems like too much work.