Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

70 users online



problem of changing color of movie clips in flash mx

problem of changing color of movie clips in flash mx

Currently viewing this thread: 1 (0 members and 1 guests)


xiaodao

xiaodao

Neverside Newbie
Status: Offline!

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

spot

spot

{mac++}
Status: Offline!

[as]on (release) {
var colorball=new Color("court");
colorball.setRGB(0x33FF00);
}
[/as]

try that...

___________________

__________________
YUM
-Spotter

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0162 seconds.