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?

2006-09-23 Thread Dan Rogers
Hey Flashcoders, Has anyone here attempted to tween the Flash 8 ColorTransform class? I am having some strange issues while trying to tween some ColorTransform objects using Grant Skinner's MultiTween class. Seems that whenever I tween a ColorTransform object which contains yellow (?),

Re: [Flashcoders] Tweening ColorTransform objects?

2006-09-23 Thread Charles Parcell
I am going to point you to the API I was recently introduced to. Fuse Kit. http://www.mosessupposes.com/Fuse/ Charles P. On 9/23/06, Dan Rogers [EMAIL PROTECTED] wrote: Hey Flashcoders, Has anyone here attempted to tween the Flash 8 ColorTransform class? I am having some strange issues

Re: [Flashcoders] Tweening ColorTransform objects?

2006-09-23 Thread Dan Rogers
Thanks for the suggestion. I took a look at their code, and it looks like they are still using the older Color object syntax. I am simply looking to see if it's possible to tween using the ColorTransform class. -Danro On Sep 23, 2006, at 5:32 PM, Charles Parcell wrote: I am going to

Re: [Flashcoders] Tweening ColorTransform objects?

2006-09-23 Thread Mark Walters
When I updated Penner's color classes from his Programming Flash MX book to AS2, I also translated all of the methods and classes to work with the ColorTransform object. There's one class in particular the ColorTransformClip that adds several getters and setters to a MovieClip or all MovieClips

[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