Scene navigation issue

Ok, I’m having an issue with a button that goes to a labeled frame in a different scene.

When I add this code to the button–
on (release){
_root.gotoAndStop(“individual”);
}
“individual” being the name of the frame in the next scene–it goes to the goes to the first frame in the current scene.

when I use–
on (release){
_root.gotoAndStop(“Scene 2”, 1);
}

I get nothing.

same with _parent.gotoAndStop(“Scene 2”, “individual”);

I tried a bunch of different ways and am having a difficult time.

My button is in a movie clip.

Any help is extremely appreciated–deadline–
thanks,
hutch