Hola me salta el error cuando le quiero dar una funcion a un boton.
Location : Symbol 'fondo color'
Description: 1046: type was not found or was not a compile-time constant: btnoti.
El btmusica me anda perfecto.
Este es el codigo
btmusica.addEventListener (MouseEvent.CLICK, musica);
function musica (e:Event):void {
gotoAndPlay("111");
}
btnoti.addEventListener (MouseEvent.CLICK, noti);
function noti (e:Event):void {
gotoAndPlay("125");
}
gracias..
JM