Movieclip to scene navigation?

Hi guys I’ve been trying to get these buttons to work from within a movieclip in scene one to goto scene 2, i thought it was simple but can’t get it to work, help.
I’ve been using code:

on (release)
{
_level0.gotoAndStop(“scene2”,1);
}