Organization and go to next level

Hi!
Corona provides a tool for network management of levels? I do not know how to go from one level to the next. I need to create an array of pointers to the levels, or there is a simpler solution? My every level is a separate function, is it a good approach?
example of level

[code]
function level1()
envirement()
setCueball(100,_H/2)
setPinPoz(300, 150)
setPinPoz(300, 600)
setPockets(700,400)
end
function level2()

end

[/code] [import]uid: 117910 topic_id: 35340 reply_id: 335340[/import]

Check out the Storyboard API

http://docs.coronalabs.com/api/library/storyboard/index.html [import]uid: 62706 topic_id: 35340 reply_id: 140458[/import]

So easy ! Thanks a lot! [import]uid: 117910 topic_id: 35340 reply_id: 140461[/import]

Check out the Storyboard API

http://docs.coronalabs.com/api/library/storyboard/index.html [import]uid: 62706 topic_id: 35340 reply_id: 140458[/import]

So easy ! Thanks a lot! [import]uid: 117910 topic_id: 35340 reply_id: 140461[/import]