Hola mglimas:
Prueba con éste código:
Código actionscript:
Ver originalstop();
function irFrame(event:MouseEvent):void {
MovieClip(root).gotoAndStop(numero_frame_Línea de tiempo_principal);
}
boton.addEventListener(MouseEvent.CLICK, irFrame);
Espero haberte sido de ayuda.