Groups | Blog | Home
all groups > flash actionscript > june 2006 >

flash actionscript : set text Color, get text color


panell
6/17/2006 3:30:58 PM
Hi
I am using text format object to aplay color to text. I am aplaying color i
hex value format but when I wat to ge tthis color function returns diffrent
value. I want to convert this value to hex


...
_fmtFormat.color = 0xFFD607
trace(_fmtFormat.color) //shows 16766471
...
kglad
6/17/2006 5:15:03 PM
your trace statement is displaying the decimal _fmtFormat.color. to view the hex value use:


AddThis Social Bookmark Button