Quick question

I have a movie clip that plays within my scene. I have only 1 scene which has 2 frames.

How do I control what frame the scene is on from the movie clip? is it:

Scene1 on (release) {
gotoAndStop(2);
}

Thanks a lot