Change MovieClip Color
colorTo = function (theHex, theMc) {
colorful = new Color(theMc);
colorful.setRGB(theHex);
};
colorTo(0x00FFFF, theMc);
colorTo = function (theHex, theMc) {
colorful = new Color(theMc);
colorful.setRGB(theHex);
};
colorTo(0x00FFFF, theMc);
Posted by Matt Maxwell at 5:56 AM
2 comments:
Thanx! As useful as tiny!
;-)
Thank you...this was very useful!!!
Post a Comment