Hola Neuromante83:
Bienvenido al Foro.
Escribe así tu código:
Código actionscript:
Ver originalstop();
function irFrame(event:MouseEvent):void {
gotoAndStop("galeria2");
}
boton.addEventListener(MouseEvent.CLICK, irFrame);
boton.buttonMode = true;
Espero haberte sido de ayuda.