Esta parte del código escríbelo así:
Código actionscript:
Ver originalbotonInicio.addEventListener(MouseEvent.CLICK,irainicio);
botonEquipo.addEventListener(MouseEvent.CLICK,iraequipo);
botonServicios.addEventListener(MouseEvent.CLICK,iraservicios);
botonGaleria.addEventListener(MouseEvent.CLICK,iragaleria);
botonArticulos.addEventListener(MouseEvent.CLICK,iraarticulos);
botonTablon.addEventListener(MouseEvent.CLICK,iratablon);
botonLocalizacion.addEventListener(MouseEvent.CLICK,iralocalizacion);
donde los nombres de instancia deben ser así; boton
Inicio, boton
Equipo, boton
Servicios, etc. o sea la primera letra de la segunda palabra deben ser en mayúsculas.
Espero haberte sido de ayuda.