coronasdk
How to animate (moving by default) and inanimate (make stationary on tap) colliding objects
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[详细]
2023-03-05 12:39 分类:问答Drawing curved lines in Corona, during a drag gesture?
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.[详细]
2023-03-04 06:20 分类:问答iOS wiggle animation in Corona SDK?
I\'ve problem animating wiggle effect from iOS in Corona SDK. It\'s now vibrating but not quite similar.[详细]
2023-03-02 10:00 分类:问答How to handle a drag gesture in corona
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,[详细]
2023-03-01 17:32 分类:问答collision while using sprite sheet in corona
how can i create collision between the 开发者_StackOverflow社区objects added to physics body and sprite sheet...[详细]
2023-03-01 12:30 分类:问答lua ide with syntax sensitive reminder
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.[详细]
2023-02-26 06:53 分类:问答Corona - how to make sprite sheets compatible with dynamic image resolution
Corona has a method for creating images that will be displayed dynamically based on device resolution:[详细]
2023-02-26 05:23 分类:问答corona sdk does not support mp3 play?
I hope to use Corona sdk to develop a new game. But I can not find out the api playi开发者_开发技巧ng mp3 file.[详细]
2023-02-25 16:30 分类:问答Corona - create regular display objects from sprite sheets?
This is normal way of displaying an image: local 开发者_如何学Goimg = display.newImage(\"image.png\");[详细]
2023-02-25 14:07 分类:问答Execute arbitrary code in Corona
开发者_开发技巧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[详细]
2023-02-25 01:34 分类:问答