Changing the movie clip color using actioscript !

  • flaviosemeao
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Mar 20, 2007
  • Posts: 10
  • Status: Offline

Post May 9th, 2007, 5:29 pm

Hi guys, it's me one more time !

Well, I already know how to do this using the design tools in Flash... but I would like to know if is possible change the movie clip color during the runing time (like an event mouse handler) using actionscript.
Using the authoring environment is easy (just put a movieclip in two keyframes, change the color in Tint in second keyframe and add tween motion).
But here is question, is it possible to reach que same effect using actionscript ?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post May 9th, 2007, 5:29 pm

  • IceCold
  • Guru
  • Guru
  • User avatar
  • Joined: Nov 05, 2004
  • Posts: 1254
  • Loc: Ro
  • Status: Offline

Post May 10th, 2007, 12:57 am

search some more before posting :/
it's already been answered here.
If you only want to make solid color, then use :
Code: [ Select ]
var my_color:Color = new Color(mcTarget);
my_color.setRGB(0xFF0000); // this will turn mcTarget completly to red
  1. var my_color:Color = new Color(mcTarget);
  2. my_color.setRGB(0xFF0000); // this will turn mcTarget completly to red
“True mastery transcede any particular art. It stems from mastery of oneself - the ability, developed throgh self-discipline, to be calm, fully aware, and complety in tune with oneself and the surroundings. Then, and only then, can a person know himself. ”
  • krismeister
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Oct 21, 2006
  • Posts: 202
  • Status: Offline

Post May 10th, 2007, 4:43 am

IceCold's example is a straight shift between colors.

If you're looking for a fade between colors. Check out this extension to the MovieClip class:
http://proto.layer51.com/d.aspx?f=1198

Post Information

  • Total Posts in this topic: 3 posts
  • Users browsing this forum: No registered users and 30 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.