Re: [flexcoders] Fade from one color to another

2006-12-12 Thread dorkie dork from dorktown
*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. And the same from black to white

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.

RE: [flexcoders] Fade from one color to another

2006-12-09 Thread 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 there is a way to get

Re: [flexcoders] Fade from one color to another

2006-12-08 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

RE: [flexcoders] Fade from one color to another

2006-12-06 Thread Dustin Mercer
@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 by but not for pure white

RE: [flexcoders] Fade from one color to another

2006-12-06 Thread Deepa Subramaniam
: 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 hour. i

RE: [flexcoders] Fade from one color to another

2006-12-06 Thread Dustin Mercer
@yahoogroups.com Subject: RE: [flexcoders] Fade from one color to another Dorkie, What about this example? mx:Sequence id=fadeToBlack mx:AnimateProperty target={this} property=alpha fromValue=1 toValue=0 effectEnd=setStyle

[flexcoders] Fade from one color to another

2006-12-04 Thread dorkie dork from dorktown
I need to fade my application background color from 0xC47D31 to 0x67DEF9 and I have no idea where to start. I've seen AS2 actionscript around that I can try to convert but what I'm looking for is a already built MXML component Effect, similar to mx:Fade or Dissolve. I tried this and received

RE: [flexcoders] Fade from one color to another

2006-12-04 Thread Deepa Subramaniam
: [flexcoders] Fade from one color to another I need to fade my application background color from 0xC47D31 to 0x67DEF9 and I have no idea where to start. I've seen AS2 actionscript around that I can try to convert but what I'm looking for is a already built MXML component Effect, similar to mx:Fade

Re: [flexcoders] Fade from one color to another

2006-12-04 Thread dorkie dork from dorktown
dork from dorktown *Sent:* Monday, December 04, 2006 5:25 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Fade from one color to another I need to fade my application background color from 0xC47D31 to 0x67DEF9 and I have no idea where to start. I've seen AS2 actionscript around that I

RE: [flexcoders] Fade from one color to another

2006-12-04 Thread Dustin Mercer
@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 through every color giving a flicker effect

RE: [flexcoders] Fade from one color to another

2006-12-04 Thread Deepa Subramaniam
/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 another i see