problem of changing color of movie clips in flash mx
hi, guys, hope you all can help me, i cannot find out where i am went wrong
i want to change the color of a movie clip names court, then i do a list of button each with a different color, the script i associated with button is a below
on (release) {
var colorball=new Color(_root.court);
colorball.setRGB(0x33FF00);
}
but the problem is it does not work, why? please help me
