Top "Coronasdk" questions

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

NSURLErrorDomain error code -999 in iOS

I've been trying to use Corona SDK's Facebook API to post the score on the game I'm developing on facebook. …

ios lua coronasdk nsurl nsurlerrordomain
Lua - if statement with two conditions on the same variable?

How can I set a lower and upper bound value for a variable in a if-statement in lua programming language? …

if-statement lua coronasdk
Load Lua-files by relative path

If I have a file structure like this: ./main.lua ./mylib/mylib.lua ./mylib/mylib-utils.lua ./mylib/mylib-helpers.lua ./mylib/…

lua require coronasdk
Corona SDK free alternatives

I tried corona sdk free edition, i really liked it. The problem is, that im not so good developer to …

android sdk game-engine coronasdk moai
How to get the file size and delete file in Lua?

I have problem in getting the size of the file using Lua. I am creating a function method that if …

file lua size coronasdk
Nancy (C#): How do I get my post data?

I'm using Corona SDK to post data to my C# server: headers["Content-Type"] = "application/x-www-form-urlencoded" headers["Accept-Language"] = "en-US" local body = "…

c# lua coronasdk nancy
Which is better for building a game, Corona SDK or Xcode?

I recently looked at Bubble Ball's website, and it says Built With Corona SDK. I've never heard of Corona, and, …

iphone xcode device coronasdk
Attempt to index local (a boolean value)

I have 2 different Lua files, main.lua and game_model.lua. I'm trying to save some details in a JSON …

lua coronasdk
Forward define a function in Lua?

How do I call a function that needs to be called from above its creation? I read something about forward …

lua forward-declaration coronasdk
attempt to index global 'group' (a nil value) - lua

I am new to lua and corona sdk, and i am using the storyboard api to create an app. i …

lua coronasdk corona-storyboard