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