Re: [flexcoders] Fade from one color to another

2006-12-12 Thread dorkie dork from dorktown
, December 08, 2006 1:18 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Fade from one color to another @dustin - Do you know if there is a way to get around the grayish color in the middle of the transition? It looks like it fades from white to the grayish color then to black. A

RE: [flexcoders] Fade from one color to another

2006-12-09 Thread Dustin Mercer
fm Dustin Mercer From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dorkie dork from dorktown Sent: Friday, December 08, 2006 1:18 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Fade from one color to another @dustin - Do you know if t

Re: [flexcoders] Fade from one color to another

2006-12-09 Thread Darron J. Schall
Dorkie, this one's for you: http://www.darronschall.com/weblog/archives/000251.cfm I see from your sample color values that you found my old ActionScript 1 code to fade colors ;-) I went ahead and turned the logic into a new effect so you can easily apply color transitions in Flex 2. Usage

Re: [flexcoders] Fade from one color to another

2006-12-08 Thread dorkie dork from dorktown
that works in the next day or two. -deepa -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *dorkie dork from dorktown *Sent:* Tuesday, December 05, 2006 11:23 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Fade from one color to another @dus

RE: [flexcoders] Fade from one color to another

2006-12-06 Thread Dustin Mercer
... From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dustin Mercer Sent: Wednesday, December 06, 2006 12:18 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Fade from one color to another Dorkie, What about this example

RE: [flexcoders] Fade from one color to another

2006-12-06 Thread Deepa Subramaniam
ktown Sent: Tuesday, December 05, 2006 11:23 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Fade from one color to another @dustin - that worked for simple colors that are close by but not for pure white to pure black #FF, #00 @deepa - i could not get that to work after one

RE: [flexcoders] Fade from one color to another

2006-12-06 Thread Dustin Mercer
? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dorkie dork from dorktown Sent: Tuesday, December 05, 2006 11:23 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Fade from one color to another @dustin - that worked for simple colors that are close

Re: [flexcoders] Fade from one color to another

2006-12-05 Thread dorkie dork from dorktown
*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *dorkie dork from dorktown *Sent:* Monday, December 04, 2006 2:31 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Fade from one color to another i see. that mostly works. except now it cycles th

RE: [flexcoders] Fade from one color to another

2006-12-04 Thread Deepa Subramaniam
lex-uhlmann.de/flash/animationpackage/ -deepa From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dorkie dork from dorktown Sent: Monday, December 04, 2006 2:31 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Fade from one color to ano

RE: [flexcoders] Fade from one color to another

2006-12-04 Thread Dustin Mercer
dork from dorktown Sent: Monday, December 04, 2006 2:31 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Fade from one color to another i see. that mostly works. except now it cycles through every color giving a flicker effect like i am on acid. try this to see: http://www.adobe.com

Re: [flexcoders] Fade from one color to another

2006-12-04 Thread dorkie dork from dorktown
i see. that mostly works. except now it cycles through every color giving a flicker effect like i am on acid. try this to see: http://www.adobe.com/2006/mxml"; layout="absolute" styleName="plain" creationCompleteEffect="{fadeColor}"> If i change the fromValue and the toValue to a two di

RE: [flexcoders] Fade from one color to another

2006-12-04 Thread Deepa Subramaniam
Set the the isStyle property to true in your AnimateProperty tag. -deepa From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dorkie dork from dorktown Sent: Monday, December 04, 2006 5:25 AM To: flexcoders@yahoogroups.com Subject: [flex