Re: [Flashcoders] Tweening ColorTransform objects? [Solved]

2006-09-24 Thread aaron smith
you should look into fuse man, easy color tranforms.. not all that code.. but it's cool you got it figured out.. http://mosessupposes.com/Fuse/index.html On 9/23/06, Dan Rogers [EMAIL PROTECTED] wrote: Thank you for the replies. My issue was due to the fact that I was overlooking the rgb

[Flashcoders] Tweening ColorTransform objects? [Solved]

2006-09-23 Thread Dan Rogers
Thank you for the replies. My issue was due to the fact that I was overlooking the rgb property (doh), and inadvertently tweening it along with the other properties. Below is the functional code which uses MultiTween and mx.transitions.Tween to tween a few ColorTransform objects. -Danro