Beginner question on Children and Parents

Hi All,

Maybe someone can help me with the timeline navigation problem I have with AS3.

I have built a navigation for a portfolio website and need to link timeline of a child movie clip with its parent’s timeline. (I hope it is coherent…). So far I have managed to get to the higher level parent timeline, but cannot get to the specific frame number/ frame label.

This is what I have now

landazer_btn.addEventListener(MouseEvent.MOUSE_DOWN, goazer2);

function goazer2(myevent:MouseEvent):void {
gotoAndPlay(this.landazer_btn. parent);
}

this brings me as i said to the parent MC timeline, without any error messages.

But where or how shall i say which frame number of frame label should the playhead jump to?

or maybe there is a better way to link the timelines in AS3? I have been searching through all my reference books and web but still have difficulties finding an answer - I am really a beginner in AS. :sen:

Thanks to everyone in advance!
Marina