Hola akira the one:
A tu botón ponle un nombre de instancia, por ejemplo:
miBoton.
En la capa acciones éste código:
Código:
miBoton.addEventListener(MouseEvent.CLICK, irFrame);
function irFrame(event:MouseEvent){
gotoAndPlay("etiqueta")
}
stop();
Espero haberte sido de ayuda.