Corona is a mobile development framework for creating high-performance, multimedia-rich applications, games, eBooks etc.
I have this code: local storyboard = require "storyboard" local options = { effect = "slideLeft", time = 800 } storyboard.gotoScene( "scene1", options ) In the same …
lua storyboard coronasdk scene