Buttons, within MC's. Linking problem

I have a button within a movie clip
when i click it, i want it to bring me to a frame on scene 1.

i have used

on (release) {
_root.gotoAndPlay (“Scene 1”, “Home”);
}

it doesnt work…

please help me