yup - doing dynamic stuff so gather arrays of the values is useful.
nice stuff. On 11/22/06, Muzak <[EMAIL PROTECTED]> wrote:
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" <flashcoders@chattyfig.figleaf.com> 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 > > > _______________________________________________ Flashcoders@chattyfig.figleaf.com 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
_______________________________________________ Flashcoders@chattyfig.figleaf.com 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