0
votes
2answers
30 views

How to implement inmobi ads in Corona SDK?

My question is not actually how to implement. So my question is i have developed a physic game that have 20 levels and menus scenes and where should i implement the inmobi ads? Should i just ...
0
votes
1answer
12 views

Where is the log printed when I use print(“”) in Corona Engine?

I used the print("Helloworld") function in the code, where is the out print?
0
votes
2answers
17 views

Corona SDK - Handling Touch Events in Lua

I am working on a simple app in Lua to get a better feel for the Corona SDK: a red ball bounces around the screen and switches directions once the user touches it. However, whenever I click on the ...
0
votes
1answer
22 views

Requestiong JSON infromation from API. Cornoa

Im trying to make an app where i will gather information from a json api http://pool-x.eu/api, and print information easly bo choosing paramter. What is the easiest way to print each of the ...
0
votes
1answer
18 views

Social applications with Corona SDK

Is it possible / feasible to develop social applications with Corona SDK? I am talking about applications like Path, or a more feature rich application like Facebook for iOS? We are going to develop ...
0
votes
1answer
36 views

collision event and display.newGroup. How to connect them together? Corona

I have a problem. According to the code below, I create an object x times (in this case 20 times) and add into a ballGroup. Moreover every one object should has body and react on "collision" physics ...
0
votes
0answers
19 views

collision filters difficulties

I am having difficulties getting collision filters to work, so i created this little code to understand more about it. But when i try to make this code work i have little success. local physics = ...
0
votes
0answers
13 views

Building for iOS with Corona SDK: multiple binaries are created, causing “Invalid Bundle Structure” error from Apple

I am building an app called 'ToyBox. When I build for iOS, I get a ToyBox.app directory which contains a ToyBox executable and the other typical iOS-related files (Info.plist, pkg.info, etc.), in ...
0
votes
1answer
37 views

Corona SDK data storage on simulator

new to Corona SDK, and i'm trying to figure out a way to load and save a file (which stores game data) on the simulator. (i dont want to have to debug on real device and take 15 seconds just to see a ...
0
votes
1answer
23 views

How to manage memory properly using Director class 1.4?

I am using director class 1.4 for changing scene to scene and i am wondering if the director class manages memory automatically or do i have to manage them manualy removing and nilling out every ...
1
vote
1answer
46 views

How to move object in corona sdk?

Hey i am using this code to move (animate) my objects on the scene But it leaks the memory and stop responding. //transition back local function goBack( ) transition.to ( wall2, { time = 10000, ...
0
votes
1answer
46 views

Passing arguments through timer.PerformWithDelay - Lua

I'm learning Lua language. I'm a little bit confused. I want to pass argument to function through timer.PerformWithDelay method. Here is code which I wrote: local function animate ( event ) ...
0
votes
1answer
12 views

Corona Client Side, I Receive Limitless Messages

I develop a client side on Corona SDK but I have a problem: I can connect to our server and receive the first message from the server. And also I can send back an answer. But afterwards I begin to ...
-2
votes
1answer
25 views

No Sound when KeyEvent added

After adding this piece of code I have lost the sounds of my game. Even the volume control button does not work while playing. Solution needed as soon as possible. Thanks. ...
1
vote
2answers
38 views

How to detect two-finger tap using Corona SDK?

How can I detect when a tap is done with two fingers? The tap event can tell the number of taps, but not how many touches were involved in the event. Is there any way to figure it out? I have ...
0
votes
1answer
34 views

ERROR: attempt to index global object a nil value: corona SDK [closed]

I'm getting the error: Runtime error ...n-stylr\documents\corona projects\happy_day\game.lau:50: attempt to index global 'city1' (a nil value) My code is as follows: function ...
0
votes
1answer
45 views

How to check if a file exists in the system.DocumentsDirectory in lua (Corona SDK)?

Can i check if a file exists in system.DocumentsDirectory in Corona sdk? How can i do that? if ( myGameSettings exists ) then else end Thanks in Advance!
0
votes
1answer
47 views

How to create and save settings in corona sdk?

I am using this method to save settings for my game http://omnigeek.robmiracle.com/2012/02/23/need-to-save-your-game-data-in-corona-sdk-check-out-this-little-bit-of-code/ When should i use ...
0
votes
1answer
54 views

My Corona SDK game is not working on my android device. [closed]

I am developing a game in Corona SDK first when i started the game it was just 4 scene and i have tried it on my android device and it worked fine. I am using the director class to change from scene ...
1
vote
1answer
45 views

Lua: Problems with menu

Ok. So I am coding a Corona program, and in the book I have followed all the instructions to create a menu and create a new game scene. Problem is nothing happens when I put the code into the emulator ...
0
votes
1answer
22 views

read from file into textbox corona

I want to read from a file into text box , where user can add more data then it will go as sms how can I do that i try some ready code , but always not working enter code here ...
0
votes
1answer
48 views

Obtaining position during transition.to in Corona SDK

I was wondering if it was possible to obtain a sprite x and y coordinates during a transition.to animationin using Corona SDK in lua? If so, how would I go about getting it?
0
votes
1answer
40 views

Manual Collision Detection in Lua

So Im working on a simple rectangle rectangle collision for my game in Lua. I have an algorithm i was using for other projects for this type of collision but its in C++ and I know it works. The ...
0
votes
1answer
31 views

Lua Scope for Corona SDK

I was wondering How I might be able to access Obj.isActive from an outside function such as "Object:setActive()". I would pull it up to the Object table However i need multiple instances of the ...
0
votes
1answer
54 views

Animating an object with physics engine corona sdk without sprite animation

I have developed a game where I am using physics engine to fall an object. It is working fine. i just need to animate object a little while it falls. Is it possible to make object animated without ...
0
votes
2answers
51 views

Touch Hold Event In corona SDK

I was wondering how I would check if the user has touched the screen, but is holding their touch down and is not moving. Please help if you have anything I can go from. Ive been looking around and ...
0
votes
1answer
29 views

call transition.to with id: corona SDK

In one of my corona apps, I've to apply transition to objects with certain id. How can I do this? local ball = display.newImage("ball.png") -- sample, actually there are random no. of balls ...
0
votes
0answers
54 views

Metatable events in lua

So I was wondering how I would be able to create a dispatcher and listener to and from an instance of an object. Example: Person - an instance of a person Ball - an instance of a ball Person - ...
1
vote
1answer
42 views

Hiding object with specific location

I'm new in Android games using corona and I use a timer to make a local display of coin with a 50x repetition. What I'm trying to do is if the character collide in on of coin the coin will disappaer, ...
0
votes
1answer
49 views

Issues with eventListeners in Corona SDK, lua

Im having a problem creating a event in my program. when I try running it with the following system setup i get the error "attempt to call method 'addEventListener (a nil value)" The effect im ...
0
votes
1answer
24 views

Issues with setting a property

Below is the gist of the system i'm having issues with. I seem to understand self, ., and :. I just seem to be missing something. What's happening is that when it calls ...
1
vote
1answer
36 views

Corona Plugin from iOS static library (.a)

I'm new to CoronaSDK. I'm trying to make a plugin from my iOS static library (.a) which will be used in CoronaSDK (in a .lua file). Can you guide me through it? Thank you in advance.
0
votes
1answer
23 views

Hiding the Previous Sprite

I'm new in creating Android games using corona and I'm trying to create a character that move's using the codes below. My problem is it leaves the sprite mark when moving. How can I hide or erase the ...
0
votes
1answer
50 views

how to change color html in selected text using corona webview?

In corona i used showwebpopup method to show my HTML file.in that i have to do some thing like when selected text that has to ask some color selection option.then selected text has to be change in ...
0
votes
1answer
25 views

Fill parent in Corona .lua

Is there a fill_parent or wrap_content function in corona just like in android? So it will fit the background image in every Screen Orientation. Or it have a different approach to to this. thanks in ...
1
vote
2answers
85 views

How can I attach some data to a row in a tableView - Corona SDK

I have a tableView, and I am adding rows to it from different sources. Using the original widget library I was able to attach data to the insertRow method, but since upgrading to 2.0 that now seems ...
0
votes
1answer
23 views

How to diable webview zoom property in corona?

I need to disable web view zoom property in my application. Is it possible to enable/disable zoom control?
0
votes
1answer
55 views

Error concatenating strings

I am trying to create a deck of cards. Early in my code I have the following. suits = {"c","d","h","s"} And I try to create the cards as follows cardDeck = {}; for i=0, 3 do for j=1, 13 do ...
0
votes
3answers
34 views

Applying accelometer movement in corona

I am using corona sdk to move a plane using tilt. But my game is in landscape. I am not sure where the problem is in my code. The movement seems to be weird. I understand the problem is because the ...
0
votes
1answer
41 views

Changing display Image when interacting to other display

I'm new in corona and I'm trying to make a very simple game for android. I have a two display which is "ball" and "stone" both of them have added a physics, now what I'm trying to do is to detect or ...
0
votes
1answer
74 views

Corona going to previous scene results in black screen

I've got this problem that is delaying my game by a milestone, in scene1 I click the menu button that takes me to the menu then when the user wants to play again they click the play button and they ...
0
votes
1answer
35 views

Can't build the corona for android

I create a basic physic in corona, now I want to build it for android but the problem is its saying that the java jdk is required even if I already installed the JDK. any thoughts regarding this ...
0
votes
1answer
60 views

Corona: How to remove a timer from the exitScene function?

I need to remove the timer from the exitScene function as I remove all the listeners but I didn't found how. This is the code: function scene:enterScene(event) planeta.enterFrame = rotarPlaneta ...
0
votes
1answer
29 views

Tableviews “slide down” when tapped in Widget 2.0

With Widget 2.0 if tapping tableviews, they "slide down" and disappear almost off-screen, and on a second tap they slide back to their original position. This seems like some sort of "layer ...
0
votes
0answers
110 views

My corona sdk project won't build properly on Android

I have posted about this problem on the Corona forums, but was not able to get an answer there. http://forums.coronalabs.com/topic/29712-android-failure-install-parse-failed-certificate-encoding/ ...
1
vote
1answer
19 views

What is the difference adding view directly without following code

function main() display.setStatusBar( display.HiddenStatusBar ) mainGroup:insert(director.directorView) director:changeScene("titlescreen") end I'v not used this code instead ...
0
votes
3answers
155 views

Corona SDK - buttons and character sprite animations not showing up on my phone, but is fine in emulator

My situation in a nutshell : http://i.imgur.com/wUpMgX5.jpg This is my main.lua file: http://pastebin.com/1t2rhim1 Anything in main( ) starting in ---PLAYER--- does not show up when I try to play ...
0
votes
1answer
82 views

corona sdk - collision detection on object that changes size

Hey I'm wondering how to check for collision on an object that grows each time it hits a certain object. I can get it to grow and recognize collision, but as the object grows, the collision hit box ...
-2
votes
1answer
42 views

How to make physical odd shaped object in corona [closed]

I want to make sonic type game in corona for that I want to add physical body in it but those bodies are not regular shaped, ie circle, or line, rectangle they are curved in manner so I need to give ...
0
votes
2answers
194 views

Corona SDK: iPhone 5 adjustment

I am using the following config.lua file when creating my mobile application. The screen will not adjust to iPhone5 when building to device. It will, however, adjust when running on the simulator ...

1 2 3 4 5 8