This changes color of one mc:
Code:
myColor = new Color(myMovie); 
 myColor.setRGB(0x993366);
Is there a way if I have dozen of mcs to change color at a time for all this mcs?

Thank you