if you want to change your text color at run-time then use textColor property of the TextField.
Here is the sample code: (if your TextFiel's instance name is "txtArea")
txtArea.textColor = 0x66CC66;
now your text became green color. ;)
Friday, December 18, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment