Linking scenes with drop down menu's

dunno if you can help in time but i suppose its always nice to know in the future :hugegrin: (got to give it in by 1’oclock friday 15th)

i have created a drop-down menu from this tutorial that his forum does. (link is http://www.kirupa.com/developer/mx/dropdownmenu.htm )

but the only problem is that i cant seem to link it to any scenes. The script ive got for the buttons is;

on (release) {
gotoAndPlay(“Homepage”, 1);
}

but it dosent seem to work.

any suggestions would be lovely :slight_smile: