I am doing a little game, I would like to know how to go to another lua file in Corona SDK. First of all, I have a main.lua with the first level. I am trying this, make a main.lua with the menu, and level.lua with the first level, but I do not know how to go from main.lua to level1.lua. I read that dofile function does not work in Corona SDK.
Goodbye!!
