gotoAndStop(scene, frame) in a mc

how to use gotoAndStop(scene, frame) in a mc?
there’s a button in a mc, when I click it, it will change the scene, like this:
on(release){
gotoAndStop(“main_scene”, 1)
}

but it doesn’t work!