Re: [Flashcoders] ColorMatrix

2007-03-28 Thread Dave Mennenoh
I'd check out the Fuse Kit. You can tween color's super easy: import com.mosesSupposes.fuse.*; ZigoEngine.doTween(myMC, _tint ,0xFF, 3); Will tween myMC to red in 3 seconds... Couldn't be much simpler. Dave - Head Developer www.blurredistinction.com Adobe Community Expert

RE: [Flashcoders] ColorMatrix

2007-03-27 Thread Jack Doyle
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:

RE: [Flashcoders] ColorMatrix

2007-02-28 Thread Holth, Daniel C.
Hi Misa, My EasyTween class has functionality to tween color tints the way you're wanting. A description of use is found here: http://blog.dcholth.com/2007/02/23/easytween-explained/ And you can download the EasyTween.as file here: http://blog.dcholth.com/downloads/ The only problem with