Problems with gotoAndPlay in a movie clip using scenes [renamed]

well, i asked this before, but i don’t know if i am able to do this.

in the end of a frame of a movie clip, can i have some kind of action script that makes that movie clip stop, and then play a frame in a scene?

this is what i have-

stop;
gotoAndPlay(“Scene 2”, 60)

it works, but instead of going to frame 60 of scene 2, it just goes to frame 60 of the movie clip that’s still in scene 1.

any help would be greatly appreciated!

thanks!