I desperately need storyboard help. Just finished my wicked game. It has a menu and 10 levels represented my ten lua files. The main menu looks like this ?
[code]
–
– main.lua
– hide the status bar
–display.setStatusBar( display.HiddenStatusBar )
– include the Corona “storyboard” module
local storyboard = require “storyboard”
– load menu screen
storyboard.gotoScene( “menu” )
[code]
The storyboard example that comes with Corona under sample code - interface - storyboard does not fit my needs. I need an example that show how to simple add buttons that users can click on to go to each level.
[import]uid: 6134 topic_id: 36957 reply_id: 336957[/import]