1. import fl.motion.Color;
  2. //create a Color object
  3. var c:Color=new Color();
  4. //set the color of the tint and set the multiplier
  5. c.setTint(0xff0000, 0.8);
  6. //apply the tint to the colorTransform property of
  7. //the desired MovieClip/DisplayObject
  8. mc.transform.colorTransform=c; //mc is a MovieClip