Top "Coronasdk" questions

Corona is a mobile development framework for creating high-performance, multimedia-rich applications, games, eBooks etc.

Corona: Attempt to concatenate global 'sceneName'

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
Join tiles in Corona SDK into one word for a Breakout game grid?

I have a game project to re-implement Breakout. I want to display two words, each word on a line. They …

matrix lua coronasdk breakout
Corona SDK how to remove an object?

Well i have some trouble removing an object from the game, the thing is that i have a player class (…

object lua coronasdk metatable