20
Jan
For loading a scene using storyboard class in Corona SDK,
local storyboard = require "storyboard" storyboard.gotoScene( "MenuScene" )
Here ‘MenuScene’ is the scene you want to get loaded.
For loading a scene using storyboard class in Corona SDK,
local storyboard = require "storyboard" storyboard.gotoScene( "MenuScene" )
Here ‘MenuScene’ is the scene you want to get loaded.