Hi there,
I wrote an app many years ago with Corona SDK. The client now wants some small updates and many methods that I used are out of date. It appears that the way I did sprites and the use of storyboard is no longer supported.
Is there a quick fix for this problem?
What is the replacement for the storyboard system?
[lua]
require( “sprite” )
– START MAIN SCENE - 3 MENU CHOICES
local storyboard = require “storyboard”
storyboard.gotoScene( “scripts.scene_main.home_scene” )
[/lua]
Both of the “require” statements above cause errors.
Thanks!
-Mark