I have created two games in Flash and AS3 in different files and want to combine them with a menu created on a third file. Do I import them or copy paste them? Should the ActionScript be on the game line or should they all be in the same actions layer?
How do I set up the menu? Everything I do seems to mess it up somehow.
I have an animated start menu that has a Start and an About the Game button. When you click the Start button (start123_btn) it takes you to a menu where you can choose from two games (which I then want to hook up with the two games I have created and in those games I want a way to return to the main menu).
The About the Game button takes you to another button that gives some details about the games which I want that when they click it it takes them back to the main menu (frame 60).
Any advice?