Navigation Issue

Hey all, Im trying to tell my movie to goto and stop on anoter frame on my root timeline and then play a movie clip on the new frame… This is probs really simple but it is early…

This is what i have already but it doesnt open the panClip2 movie.

on (release) {
_root.gotoAndStop(4);
_root.panClip2.gotoAndStop(“200”);
}

Any ideas?

Ta.