How To Change Lua Pages ?

Hi at all, i’m a new user of corona .
Can i create multi pages lua ?
Example :

  1. Main.lua
  2. SecondPage.lua
  3. ThirdPage.lua

and then, can i move from pages ? what instructions i must use ?

You might want to look into storyboard api.  You can find the sample code in a folder that comes bundled with Corona SDK:

CoronaSDK > SampleCode > Interface > Storyboard

Naomi

You might want to look into storyboard api.  You can find the sample code in a folder that comes bundled with Corona SDK:

CoronaSDK > SampleCode > Interface > Storyboard

Naomi