[Tweener] Tweener wipes out child object blendmodes?

russellarmand at gmail.com russellarmand at gmail.com
Wed Jul 9 20:11:22 PDT 2008


When Tweener is used to blur an object, I noticed any and all blendmodes
(e.g. multiply) applied to objects WITHIN the object are reset.

Once tweened, attempting to re-apply the blendmode to those objects fails,
even by force (e.g. enterframe).

Note that the same object blurred with conventional AS maintains the
blendmode of child objects.

Examples:

object[child].blendMode = BlendMode.MULTIPLY;
object.blurY = 100; // maintains the blendmode!

-vs-

object[child].blendMode = BlendMode.MULTIPLY;
Tweener.addTween(object,{_blur_blurY:100,time:0.5,delay:0.2,transition:Equations.easeInExpo});
//wipes out the blendmode!

Has anyone else noticed this? Any suggestions for working around it? Cheers!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.caurinauebi.com/pipermail/tweener-caurinauebi.com/attachments/20080709/18e780d2/attachment.htm>


More information about the Tweener mailing list