I just figured it out, here's how you do it, for anyone else who is interested.
place this on the first frame of your movie:
myColor = new Color(MovieClip);
myColor.setRGB(0xhexvalue);
where MovieClip is the name of the mc's instance.
myColor is a variable which can be called whatever you wish. __________________________________
Keep On Coding!!
Lumstar