Menu Help

Hello All,

I found a menu a while ago which I have been trying to adapt for a presentation at school.

The menu is made up of information held in several arrays.

At the moment, each button links to a website:

links=new Array();
links[0]="http://www.kirupa.com";

Is there any way that I could link to another frame in my movie - ideally using gotoAndPlay(“frameName”) - rather than linking to a new webpage?

Thanks for any help,

David