for (i=0; i<15; i++) {
on (rollOver) {
var colorful = new Color("_root.particle"+i);
colorful.setRGB(0xFF0000);
}
}
any clue why that does absolutely nothing? It’s on a movieclip… just so you know… I can’t figure out what to do
for (i=0; i<15; i++) {
on (rollOver) {
var colorful = new Color("_root.particle"+i);
colorful.setRGB(0xFF0000);
}
}
any clue why that does absolutely nothing? It’s on a movieclip… just so you know… I can’t figure out what to do
:: Copyright KIRUPA 2024 //--