Groups | Blog | Home
all groups > flash (macromedia) > february 2007 >

flash (macromedia) : Font color


crayos
2/17/2007 5:18:53 PM
Hi,
I would like changed the color text of an variable by one instruction it's possible or not ?
Sorry for my bad English I speak French.
Best regard
ggshow
2/17/2007 6:33:12 PM
do you mean dynamic/input text which given a variable name?

set the instance name for the text field, e.g. "mytext"
& use the script below to change the color of textfield to red

mytext.textColor = 0xFF0000;

AddThis Social Bookmark Button