il metodo sara' piu' veloce ,ma non fa quello che deve......
se segui l'articolo che ti ho detto , ci metterai 5 minuti in piu ma ottieni l'effetto del cambio colore....
per cambiare il colore via AS devi usare :
codice:
// Create a color object called my_color for the target my_menu
var my_color:Color = new Color(my_menu);
// Create a color transform object called myColorTransform using
// Set the values for myColorTransform
var myColorTransform:Object = { ra: 50, rb: 244, ga: 40, gb: 112, ba: 12, bb: 90, aa: 40, ab: 70};
// Associate the color transform object with the Color object
// created for my_mc
my_color.setTransform(myColorTransform);