Código ActionScript :
webmaster_mc.onRollOver = function(){
webmaster_mc = ObjColor = new Color(_root.webmaster_mc);
ObjColor.setRGB(0xff0000)}
webmaster_mc.onRollOut = function(){
this = ObjColor = new Color(_root.webmaster_mc);
ObjColor.setRGB(0xffffff)} como véis trato de hacer que el botón de webmaster se ponga en rojo al pasar por encima y al salir vuelve a ser blanco, PERO NO VA!! si lo he hecho mil veces y en mil botones, por qué aquí no va? lo tengo en la escena principal, las rutas están bien, todo está bien aparentemente.
Por cierto, el rollOver si funciona, pero el rollOut no, qué extraño..
