I used following code to draw a line But i want to erase that line if finger touches on same line.. Any Idea?
I have shapes (Rectangle) in my game and want to implement something like - when the shape object is pressed for small amount of time and pushed in any direction it should move small distance but pres
just starting to play around with the awesome corona sdk. I started building a simple shooter game. I have the following code :
For posting reasons here\'s a simple version of what I\'m trying to do. On the screen I have a simple circle object that is static and doesn\'t move. The user can then drag and drop a straight line.
I\'m writing a game using Corona for a game design class and though I\'m still learning, I\'ve got most of the basics down. Right now, I have a situation where the program slows down after about two m
Quick facts, I got this function from http://lua-users.org/wiki/SplitJoin at the very bottom, and am attempting to use it in the Corona SDK, though I doubt that\'s important.
Is there a way to force a refresh/reload of the data on a tableView. I’m making an app where you tap a button to show a diff开发者_C百科erent group, in that new group you add a record to a sqlite dat
I\'ve developed an Android app开发者_运维问答lication with Corona SDK, I have a Samsung Galaxy S2 myself which I\'ve used to try my application with.
Scenario: I have a Long file - Say 30 Minutes. I want to play the file in interval 7-10 minutes. how to play a mp3 file from the middle
I have a problem inserting my gameScreen into the director\'s localGroup, causing director to complain at my everytime my game starts.