Hey Guys I am making agame using corona sdk and so needed help with the lus code. In this program there are bubbles floating across the screen and colliding with each either as well as with the walls
I\'m trying to implement a feature that allows the user to draw Curved lines whilst doing a drag gesture in Corona and so far hav开发者_开发百科e only been able to draw straight lines.
I\'ve problem animating wiggle effect from iOS in Corona SDK. It\'s now vibrating but not quite similar.
I\'m new to corona, 开发者_C百科and was wondering how to create a drag gesture in corona?First off use a \"touch\" event listener and not \"tap.\" Tap only responds when you lift your finger back up,
how can i create collision between the 开发者_StackOverflow社区objects added to physics body and sprite sheet...
I am using Corona to develop ios app. I use XCode as IDE. B开发者_StackOverflowut I found that XCode does not support Lua syntax sensitive reminder as it does in Objective-c.
Corona has a method for creating images that will be displayed dynamically based on device resolution:
I hope to use Corona sdk to develop a new game. But I can not find out the api playi开发者_开发技巧ng mp3 file.
This is normal way of displaying an image: local 开发者_如何学Goimg = display.newImage(\"image.png\");
开发者_开发技巧Is it possible to execute any arbitrary lua code in Corona? They\'ve disabled loadfile, loadstring, and dofile. Are there any other ways to do this?There\'s a reason they\'ve disabled i