Execute different corona project

Hello everybody, can someone help me;)

I would like to have menu:

  1. Game 1
  2. Game 2
  3. Exit

And if i click to 1. i want to run 1.project and 2. for second project.

is it possible to run main.lua ? Or how can i do this? [import]uid: 53250 topic_id: 19140 reply_id: 319140[/import]

You need SceneManager or Storyboard with each game having it’s own file name that is not main.lua

-David
[import]uid: 96411 topic_id: 19140 reply_id: 73826[/import]

Yes, david97 is correct. For a complete example, you can also view the Sample Code from the Corona download in:

/SampleCode/Interface/Storyboard
[import]uid: 52430 topic_id: 19140 reply_id: 73882[/import]