I found a solution myself, and that is using custom skins, and apply them to the "overSkin" and "downSkin" properties.
Any other ways? --- In flexcoders@yahoogroups.com, "flashcrow2000" <[EMAIL PROTECTED]> wrote: > > Hello again, > > I ran into this little problem: I have to skin a number of buttons, > and I can't modify the way the over and down states look like. > I have a Button with rounded corners, gren outline, green text and > white fill. I want it to have a black fill and white text (i can use > textRollOverColor for the color, but I can't find a value similar to > fillColors but for the over state). > > I tried to use the themeColor but if I use the default values > (haloGreen, haloSilver....i was unable to find others) my buttons > don't match the design, and if I set the themeColor to a specific > value (0x65cdcd for example) then there is no difference between the > over and down states :(( (extremely confusing) > > So....I could draw each button's state in a preinitialize method, > and use SimpleButtons, but I really hope there is another way > around. > > Any ideas are welcomed. Thank you >