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]