It gives this error…
2015-10-21 16:54:25.028 Corona Simulator[4576:91918] Runtime error
module ‘storyboard’ not found:
no field package.preload[‘storyboard’]
Is Storyboard no longer supported at all?
It gives this error…
2015-10-21 16:54:25.028 Corona Simulator[4576:91918] Runtime error
module ‘storyboard’ not found:
no field package.preload[‘storyboard’]
Is Storyboard no longer supported at all?
See the below thread:
Storyboard is no longer in Corona. You can download it here:
http://github.com/coronalabs/framework-storyboard-legacy
Copy the storyboard.lua file into your game’s root folder (same folder as main.lua).
That will fix it, or you can convert to Composer, which is pretty straightforward too.
Thanks gentlemen, went with adding storyboard.lua.
See the below thread:
Storyboard is no longer in Corona. You can download it here:
http://github.com/coronalabs/framework-storyboard-legacy
Copy the storyboard.lua file into your game’s root folder (same folder as main.lua).
That will fix it, or you can convert to Composer, which is pretty straightforward too.
Thanks gentlemen, went with adding storyboard.lua.