[flexcoders] Re: Fade effect on a canvas

2008-04-18 Thread mthomas1969
I found a way to do this by setting blendMode=layer on the parent canvas. I'm not sure *why* it works, though...! --- In flexcoders@yahoogroups.com, mthomas1969 [EMAIL PROTECTED] wrote: This one's got me stumped: I'm using a fade effect to fade out a canvas from alpha 1 to alpha 0.

Re: [flexcoders] Re: Fade effect on a canvas

2008-04-18 Thread Stephen Downs
Changing from one child to another actually requires 2 effects. You see the first fade out, then the second fades in. PairedStackEffect enables you to combine the 2 effects into one. http://www.tink.ws/blog/pairedstackeffect-fade-squash/ There's a fade example there which might be what your