Hi
I have this actionscript that i want to ad to a movieclip called "bgcolor" in a movieclip called "main".
on (release) {
myColor=new Color(_root.main.bgcolor);
myColor.setRGB(0x000000);
}
My question is: Does it work to write _root.main.bgcolor?
Thanks guys
