Large Game Help

Due to certain recent events the post that I put here with so much labor and detail got deleted because I was logged out before I could post >_> so I’m going to make this short and sweet:

I’m as of now working on the menu to my game but I cant get it to work I’m using methods from Flash MX though I just recently upgraded to Flash CS4.

I have

stop () ;

on each frame
And a

on (press) {
_root.gotoAndPlay(2);
}

on each button but it wont work. Any suggestions?