Re: [flexcoders] Re: Bug in nested CompositeEffects?

2007-04-25 Thread Manish Jethani
This is odd, but it seems like the the target property does not propogate down to the individual effects. You'll have to set target on the innermost CompositeEffect explicitly. (If you have time try to find out why this is happening and perhaps a better solution -- use the source, Luke!) On 4/26/0

[flexcoders] Re: Bug in nested CompositeEffects?

2007-04-25 Thread Matt
This is just a simple example to show the problem. The actual usage is because I am doing some more complex effects and I'd like the ability to nest composite effects, but I get the same error in both cases. --- In flexcoders@yahoogroups.com, "Manish Jethani" <[EMAIL PROTECTED]> wrote: > > Just cu