The TweenFilterLite class I just released does exactly what you're looking for. http://www.greensock.com/ActionScript/TweenFilterLite
Jack -----Original Message----- Date: Tue, 27 Feb 2007 16:53:50 +0200 From: misa <[EMAIL PROTECTED]> Subject: [Flashcoders] ColorMatrix To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hello flash coders, I need some help with color transformations. I want to change dynamicly the hue of a MC with a transition/tween, something like fading from one image to another with different colors. I tried both G. Skinner's and M. Klingman's colorMatrix class, but the tweening they use is bound to some object. In G.S's demo there's a scroll bar, and in M.K's he uses two images. I want to use one of their classes but be able to transform the color of one MC just with a function: onSomeEvent ... { tweenHue for myMC from thisHUE to newHUE }. Thanks in advance ****************************************** _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

