Hola edu_rios:
Si tus botones están dentro del MC
panel y quieres ir a los frames
alta y
angel de la Línes de tiempo principal, tu código debes de escribirlo así:
Código actionscript:
Ver original_root.panel.b1.onRelease = function() {
_root.gotoAndPlay("alta");
}
_root.panel.b2.onRelease = function() {
_root.gotoAndPlay("angel");
}
Espero haberte sido de ayuda.