Mc calling main timeline

What code would I put in a mc to have it go to a certain part of the main timeline.

ex: I have a mc that is on the main timeline with a stop function on the main timeline. It is called from a button. The mc is about 15 frames long. What I want is when the mc finishes playing its 15 frame, I want it to go back to a certain part of the main timeline via a frame label. So the mc is the one calling the frame label of the main timeline.

Is that too confusing?

P :-\

try this:

_root.gotoandPlay("frame");