Skip to main content
Participant
April 28, 2006
Question

How do you change a movie clip's tint and alpha?

  • April 28, 2006
  • 2 replies
  • 156 views
Well I've tried:

movieclipname.colorBlueAmount = 200;
movieclipname.colorAlphaAmount = -50;

Nothing seems to happen. I've checked the help file, as far as I know, I'm not doing anything wrong. Can I get some help with this please? Thanks.
This topic has been closed for replies.

2 replies

TenshinAuthor
Participant
April 28, 2006
Well, ColorTransform seems to be associated with Bitmaps, somehow. All I need is to change the tint of any regular old movie clip. I could always make 3 different keyframes inside the movie clip, each with a different color and that would be it, but this way would be better and I'd keep the knowledge for a later time.
babo_ya
Inspiring
April 28, 2006
Look for ColorTransform and with FP 7 maybe Color object depending on your project this might work or not.