I have to create a project where students are able to play 4 interactive simple games.
When they open the flash file there is the menu with 4 buttons. Each button opens the correspondent game.
I dont understand it. Shall I have a 4 buttons on frame 1 and when first button is clicked then go to frame 2?
Or shall I create a 5 different projects(menu, game 1, game n). if so then how can I connect them?
How can I implement this? Any tips is appreciated.
mgraph thank you for your response.
I have actually managed to solve this problem using AIR in CS6.
Regarding the publish:
Export the flash project as an AIR application.
Regarding the menu: Put the menu on frame 1 and game1 on frame 2.
Make sure game1 is a movieClip.
Thank you.