You can use the decimal values just fine with setRGB. var _clr:Color = new Color(_mc); _clr.setRGB(4951245);
regards, Muzak ----- Original Message ----- From: "eric dolecki" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" <[email protected]> Sent: Wednesday, November 22, 2006 2:52 PM Subject: Re: [Flashcoders] Tween color of dynamic text > I'm using setRGB, so I did this: > > var decToHex = "0x" + toWhite[nWhiteCount].toString(16).toUpperCase(); > > which is basically working instead of tweaking and setting text formats > > > _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

