Ok, so I had a perfectly coded game that had no problems in it really, and I just added a Menu onto the Movie and now when I go to the frame with the game all my loops are like not ending, movieclips with animation inside them are just always playing and weird things are happening. Ive seen this setup for games with menus before but Im not sure if It is right.
I have 6 Frames:
One frame for a preloader, one blank one with all my mcs, sounds, etc. for loading, one for the menu, one for the options, one for instructions, and one for the actually game and all the game code.
Now I thought this would work If I just do a gotoAndStop(6); to go to the game or w/e when I press the “Play” button, but then all this weird stuff is happening.
Does anyone know how I can better set this up or what the problem is??
Thanks