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