Colour change

Hi,
I found the tutorial on changing colour using actionscript.
http://www.kirupa.com/developer/actionscript/color.htm
But is it possible to make the colour transitions fade into each other smoothly rather than just a hard change?
Hope sopmeone can help.
Thanks…

yes…u can put color editing code in an onEnterFrame and increment the R, G and B and alpha values…like colorTransform.ra += 2 (so every frame the red component will get 2 added to its value)

investigate the color Transform object in the flash help file.

'Cept in Flash 7 it will just be the Color class :wink:

sorry yea - the color class with setTransform applied.