gotoAndPlay inside a movieclip

hmm… I’m having a problem… I’m making a game… In the game there is a scene (called scene 1) in that scene there is a movieclip… Inside that movieclip there is alot of frames, and on the last frame there shall be a gotoAndPlay script that makes you go to scene 2 that is outside the movieclip… I have tried with gotoAndPlay(“Scene 2”, 1); and stuff, but it doesn’t work :*(

Can anybody help me ?