Ask a Question related to Adobe Flash, Flex & Director, Design and Development.
-
rudgr #1
Changing component button text color on mouseover
Is it possible to change the button text color on a mouseover event?
I initialize the button text color like this:
cbtButton.setStyle("color",0x00000);
I skinned the button:
cbtButton.falseUpSkin = "ButtonSkin";
cbtButton.falseDownSkin = "ButtonSkin";
cbtButton.falseOverSkin = "ButtonSkinOver";
cbtButton.falseDisabledSkin = "ButtonSkin";
cbtButton.trueUpSkin = "ButtonSkin";
cbtButton.trueDownSkin = "ButtonSkin";
cbtButton.trueOverSkin = "ButtonSkinOver";
cbtButton.trueDisabledSkin = "ButtonSkin";
The Button Over Skin background color is black, causing the button text to be
invisible. I want to change the button text color to black on the button's
mouseOver event, something like:
oListener:Object = new Object();
oListener.mouseOver = function(oEvent:Object):Void {
cbtButton.setStyle("color",0xFFFFFF);
}
cbtButton.addEventListener("mouseOver",oListener);
Is this possible?
rudgr Guest
-
Changing text color between threaded text frames
I'm having trouble figuring out how to change the text color (not manually) between two threaded text frames. Here's the scenario: Page 1 has a... -
I need tutorial on button color changing.
I need sort of some personal help with some things. I cant figure out how to change single component colors such as the button. I wanna change all of... -
changing text color of list component
Does anyone know how to change the text color of individual elements in a list component. I know I can use setStyle to change all the text colors... -
HELP changing component focus border color
Hello, I have a datagrid v2 component that I have been able to customize changing the scrollbar skins and some styles... But I can't find the way... -
Changing color in a button
Forgive me if it is not but, is it a joke? "me" <wu_jen at hotmail dot com> escribió en el mensaje news:%23Lii5MgtDHA.424@TK2MSFTNGP11.phx.gbl......



Reply With Quote

