Problem with dropdown menu tutorial

Hi, i’m trying to build my portfolio website with this tutorial :

http://www.kirupa.com/developer/mx/dropdownmenu.htm

I downloaded the fla file included in that tutorial, and discovered that i could not link the buttons in the drop down menu to other scenes in my movie. :worried: what i did was go into the “Menu movie clip” and insert the action into the button which would link to Scene 2

on (release) {
gotoAndPlay(“Scene 2”, 1);

}

Upon previewing, the button did not do anything. Was that the right way to do it or what?
Anyone care to enlighten?