Skip to main content
June 7, 2007
Question

Color Tween

  • June 7, 2007
  • 1 reply
  • 199 views
Hi all

I want Color Tween effect on Movie Clip with a button press.

e.g:
quote:

on (release) {
var my_color:Color = new Color(my_mc);
my_color.setRGB(0xFF0000);
}


it set color but I want tween effect in it. I want a tween effect to my Movie Clip with a button press.
This topic has been closed for replies.

1 reply

Inspiring
June 7, 2007
I was looking for the same thing and found a couple of ways to do it:

http://hosted.zeh.com.br/mctween
or

http://www.mosessupposes.com/Fuse/
Cheers
Gorka