Lo que ocurre es que no funciona correctamente el onRollOver y el onRollOut.
Solo tiene una escena que se llama uno y otro mc llamada muevete
El código es el siguiente
Código :
_root.muevete = function (){stop};
_root.boton.onRollOver= function(){
_root.gotoAndPlay("uno",1);}
_root.boton.onRollOut= function(){
_root.gotoAndStop("uno",1);}
_root.boton.onRelease = function(){
_root.getURL("http://www.mozilla-europe.org/es/","_blank");}Gracias!
