Corona SDK is a mobile development framework for creating high-performance, multimedia rich applications and games for the iPhone, iPad, and Android.

learn more… | top users | synonyms

0
votes
1answer
212 views

how to save data from a nativeTextField to sqlite database in corona

Having a hard time saving data from a native text field to sqlite database in corona. here are some relevant code: function printrecord() for row in db:nrows("SELECT * FROM test") do ...
2
votes
1answer
186 views

make player fade in and out on collision in corona sdk

How do I make my player fade in and out for a few seconds when collision occurs? I have my player setup that when he collides he loses a life but when he collides he basically gets stuck on the ...
0
votes
0answers
211 views

Corona SDK - native.newTextField - hide extractui in landscape mode

If you are in landscape mode and click inside a "native.newTextField", a input box will cover up the rest of the space above the keyboard. In android you can use: <EditText ...
0
votes
1answer
69 views

memory leaks in Corona Apps

I have released all the display objects and my every scene got destroyed after executing. I have multiple screens in app and I am using storyboard for transactions. When I made transaction from one to ...
0
votes
1answer
181 views

Memory leak with timer.performWithDelay

I'm not sure why the following example code doesn't free up all the timer memory. It starts at around 133kb, if you tap the screen it creates 10,000 timers. After they have run, they should be cleaned ...
0
votes
2answers
219 views

listView tutorial for corona

is there any tutorial about listView in corona? I went here in corona sample codes but I'm having a hard time understanding it, can anyone give a link that teaches how to use a listView in corona? A ...
0
votes
1answer
192 views

Corona SDK layering content over widget

I am using Corona to build an interactive ebook with game elements. The problem I am having is that the text for the book is placed is a scrolling widget which is then masked. The menu buttons are ...
0
votes
1answer
237 views

Corona SDK rotation

I'm working on a project that involves a clock, and a set_alarm mechanism that works by dragging a rotating pointer (clock is classic like analog with pointers, not digital) that is attached to the ...
4
votes
3answers
517 views

In Corona SDK How to hide a group if application suspended?

I am building a word game and I want to hide the board when application is suspended? the code looks fine however it givs a strange behaviour!!, when I suspend the app nothing will happen but when i ...
0
votes
0answers
32 views

In App Purchasing Working on one iphone but not on other

I have created a puzzle game. We have different themes in it which user has to buy. I implemented inapp Purchasing it. An internal database is used for checking whether the theme is purchased or not. ...
0
votes
1answer
206 views

Corona SDK Lua- Collision with coin

I want to make a sprite image have a collision with the coin. The coin is a image and it is always moving because of this code: local tPrevious = system.getTimer(); local function move(event) ...
0
votes
2answers
147 views

Corona SDK split image

Is there any way how to split image using Corona SDK. For example I have an image 100 x 100 px. I need to create from this image 4 images 50 x 50 px.
0
votes
1answer
176 views

Access all filenames of pictures in the gallery Corona SDK

Is there a way to get all the gallery images in Corona SDK? I am aware of the media "class", and it's show() function, but i intend to add my own functionality, after i found a way to access these ...
0
votes
0answers
138 views

Restore of In App Purchasing in Corona SDK [closed]

I am working on in App Purchasing. I know that apple reject app if we haven't implement restore in the app. store.restore(); I used above line to restore. It is implemented in the touch of a ...
0
votes
1answer
106 views

Corona facebook.logout() when the Official Facebook app is installed on device

I have a little issue when I want to logout from Facebook and the official Facebook app is installed on device. After facebook.logout() is called then I call the new facebook.login( appId, ...
0
votes
1answer
232 views

In Corona SDK how to reverse a unicode string?

I knew that Lua does not fully support unicode however there should be a workaround to solve this problem? string.reverse will not work with unicode so the following example will not work ...
0
votes
1answer
249 views

Corona SDK - Touch does not end when dragged offscreen/off grid of buttons

I setup a grid wherein the user touches one and moves through the grid. The problem is that when the touch goes beyond the grid or beyond the screen, the touch does not end. Do note that the grid is ...
-4
votes
1answer
277 views

How to stream mp3 audio from remote url in corona sdk?

I am building one AudioBook android application using corona sdk. I am stuck with mp3 streaming. Please help me.
0
votes
0answers
211 views

how to filling a circle in corona

i am trying to fill a circle with corona sdk. i already know how to drawing in the screen but i want to draw inside the circle exactly only without any things go outside it and if the circle filled ...
0
votes
1answer
82 views

How to place one Display Object relative to another Display Object dynamically?

I want to place an image in another DisplayObject ( Vector Object ) when the reference object can vary in size and position. local memoRect = display.newRect(135,100,440,540) local memoTitle = ...
-1
votes
1answer
462 views

Flipboard Effect on Corona SDK using Lua

. Hi, everybody, This is not a question, is just to show the code if someone's interested on it. I used the FLIPBOOK project presented in the Corona Share Your Code site, and changed it a little ...
0
votes
0answers
85 views

How to use the piston joint in corona sdk (Lua)?

I'm having trouble truly understanding the piston joint. I got other joints to work like pivot but i cant seem to figure this one out.
0
votes
1answer
70 views

Getting character to jump

I've created a sprite sheet(of a frog jumping) using texture packer and I am trying to get the character to jump forward when I click on the sprite. I've created an event listener and when I click on ...
0
votes
1answer
249 views

RemoveEventListener is not working after removing the parent view

I have implemented a function with that i have added a view with the some button as well as added Eventlistener . with the button listener i transitioned to another view and removed the last view ...
0
votes
1answer
118 views

Corona unit testing on linux

I want to create automatic unit tests for Corona on every push to a git repository. These unit tests should run on a Linux server. However, there is no Linux version of the Corona SDK. Is it possible ...
1
vote
1answer
473 views

Moving object along a bezier curve with variable speed in Corona SDK

I am developing a game like paper toss using Corona SDK but in my game there is power factor which determines the velocity of object. Now I want to move my object along the bezier curve created by ...
0
votes
2answers
504 views

Scrolling Text without white background (Corona SDK)

I'm creating an interactive book for tablets with Corona SDK. The design has a full screen image, with scrolling text overlaid to one side. I started using widget.newScrollview but it seems very ...
0
votes
0answers
886 views

Cannot build Corona SDK project: Code signing identity says, “Certificate not installed”

I'm working with the Corona SDK and need some help setting up my provisioning profiles properly to get my project to build. I had previously succeeded in setting up my app, my devices, my ...
1
vote
1answer
221 views

Corona SDK - Make a character pass through a platform

I'm building a game that has a character which should jump up on multiple platforms. The jumping functionality is done, but I would like if the character is just below a platform (static body), when I ...
1
vote
2answers
231 views

Corona SDK and starting app

I'm learning Corona SDK and I have one problem: my applications starting twice with Corona Simulator. Is that right? I'm creating main.lua with print("test") and getting in console something like ...
4
votes
1answer
67 views

Custom collision

I was recently assigned to create a siple game using the Corona SDK. The main pillar of the game would be a simple event: the user should put a ball in a basket, and I should be able to handle this ...
0
votes
1answer
33 views

How do you reference files stored on a mobile device?

When building an app (in my case for android) how would you reference and display music files that are stored on the device with Carona. I have searched http://developer.coronalabs.com/reference and I ...
0
votes
1answer
170 views

Lua game app required transition of object with scaling factor

I am working on a iOS Game Application (Race) which requires the background to have transition coming forward. For the above requirement I have written a code where I have to make people feel as if ...
1
vote
1answer
215 views

timer.performWithDelay() - First Calling

I have a doubt about timer.performWithDelay(). When I want to loop a function every set amount of time I adopt the normal formula timer.performWithDelay( delay, function, 0 ) The function gets ...
0
votes
1answer
238 views

Creating collision detectable area within an animated sprite with Corona

I have a sprite sheet containing frames for a person that correspond to a number of different actions, such as "walk_left", "walk_right", etc... These actions might have a different number of frames ...
0
votes
1answer
132 views

How can I access,or call a global function inside a function inside a External Library?

Well I have a class like this as an example: --An External Library --UI.lua UI = {} function UI: new() local Group = display.newGroup; local inventory_frames = ...
0
votes
1answer
99 views

How applyForce figures in with velocity in Corona/Box2d

Right now i am stuck trying to figure out the trajectory for a projectile. I'm thinking the issue is that i have the wrong velocity. Right now i am using what i pass into applyForce as my velocity, ...
0
votes
2answers
603 views

In App Purchasing in Corona SDK

i want to implement In app purchasing in my app. can you provide me a link or tutorial from which i can take help. i have no idea how it works.. thanks in advance...
0
votes
2answers
436 views

How to design a “Dynamic inventory system” for a point and click game?

I have done lots of research on invetory system for point and click game in Lua and corona. I have come across this example,I am doing something similar to this,but I need a dynamic inventory system. ...
0
votes
0answers
212 views

How to implement web view launching an html page from my server that contains links to my other apps by using Corona SDK?

I am writing a code in my app by using Corona SDK. In this functionality i am trying to launch an html page from my server by using web pop up and that html page contains links to my other apps in ...
0
votes
1answer
127 views

is corona sdk support revmob ads for amazon?

I have integerated revmob ads in corona sdk for android and ios.But there is no information whether corona supports revmob for amazon/kindle?So please inform me about revmob ads in corona for amazon ...
0
votes
0answers
59 views

How do i implement a pivot joint onto a crate that is being looped?

I am looping a crate. Whenever the crate is touched it is suppose to create a pivot joint that connects the touched crate and another object. Currently whenever the crate is touched it connects to all ...
1
vote
1answer
81 views

Trouble with e-mail in Corona

So I made a picture to be clicked in order to send an e-mail to me from the app, but it seems not to be able to show me that in the simulator? I made the picture hide itself, just to see if the ...
-1
votes
1answer
163 views

Is math and calculus knowledge needed for 2d game creation? [closed]

I have been using Corona SDK, and Moai SDK mainly for creating "point and click adventure" and "tower defense" type of games. Of course I am using Lua language and I have been using it actively for 7 ...
0
votes
0answers
184 views

corona sdk Rounded Corners

I'm trying to duplicate what is in this picture: http://cdn3.digitaltrends.com/wp-content/uploads/2011/11/Movies-by-Flixster-iphone-app.jpg The right half of the image shows: -Download -My Rating ...
0
votes
0answers
117 views

Lua/Corona - file:read(“*a”); works in Corona simulator, hangs up in Xcode Simulator

I have the following code: local function loadHighScoreData() local fileContent =""; local path = system.pathForFile("highScoreData.json", system.DocumentsDirectory); local ...
0
votes
1answer
229 views

What is the right way to design a point and click game with Lua?(Corona)

_deleted becuase this post were not useful.
2
votes
1answer
208 views

Group method of insert nil - yet I know it isn't

I am using Corona SDK to write an iOS app. The app is completed, but I have found a bug with storyboard. After opening several different storyboard scenes and returning back to this one scene I get ...
0
votes
1answer
58 views

How to avoid getting a 'buffered' collision callback after re-starting Physics in Corona SDK?

Background: * using Corona SDK and the physic's functions here * have tracked down an annoying problem I've had * in this game I pause physics, then later I reposition my player object & restart ...
0
votes
2answers
325 views

How can i get images from gallery in corona sdk?

In my application how can i get images from gallery and use it with my application.please help me i searched in the net i could not get clear answer.give some suggestion.

1 3 4 5 6 7 10