ColorTransform with Easing

EDIT: you’ll need the TweenExtended class from sqcircle (http://www.sqcircle.com/downloads/).

There’s been a lot of talk of using the ColorTransform class and easing colors in. i finally got around to creating a file i understood that could pass in hexadecimal values and the transform would be done for you, instead of having to deal with all those ugly offsets and stuff that the colortransform class takes in.

the initial colorTransform object is set up using the offsets and multipliers from the first color in the bgColorArray. You could set this to whatever you want though.

no idea, my only guess would be that you don’t have the TweenExtended extension installed but that would give you an error in the output panel saying that you are missing the classes for TweenExtended…

Yea ive narrowed it down to that. I manually Tweened each offset and it worked. It says TweenExtended is installed tho…hmmmm