# Large Game Help

**URL:** https://forum.kirupa.com/t/large-game-help/310562
**Category:** flash
**Created:** [June 13, 2010, 8:16pm UTC](https://forum.kirupa.com/t/large-game-help/310562 "2010-06-13T20:16:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Corrupted](https://avatars.discourse-cdn.com/v4/letter/c/c68b51/32.png) [@Corrupted](https://forum.kirupa.com/u/Corrupted)
#### Post date: [June 13, 2010, 8:16pm UTC](https://forum.kirupa.com/t/large-game-help/310562/1 "2010-06-13T20:16:36Z")

</div>

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

```auto
stop () ;

```

on each frame  
And a

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

```

on each button but it wont work. Any suggestions?
