Infinite menu workings

Hi,
i have been playing around with the infinite menu, and i have managed to get it working… but how do i make it have working buttons in, instead of a pretty scrolling graphic? I have the separate buttons combined together in the movieclip object which the scrolling code needs. I am new to flash, and have MX 2004 Pro version, any ideas on which area to put the code in. Also, you might need to know this, when the user clicks the button, i want it to call a gotoandplay on the main scene 1 timeline, and ive seen things on the net where gotoandplays wont work within a movieclip. I have managed to put a button onto the main scene, btu it isnt in a movieclip, with the code…

on(press) {
gotoandplay(88);
}

Anyone have any ideas to help me.

Thanks in advance