coronasdk
How can I access IPhone camera to take a picture Using corona
I\'m new to programming and making an app for iphone and android with Corona SDK.I want to take a picture with Iphone camera and then save it for further work . How can I access the camera of a device[详细]
2023-03-20 20:31 分类:问答sharing my app through facebook in corona Sdk
I\'m beginner to开发者_如何学运维 corona sdk and programming , I want to share my app via facebook to my freinds.I want a button that connects to the facebook through my app and my default message wil[详细]
2023-03-20 12:25 分类:问答Corona SDK free alternatives [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-20 09:16 分类:问答glTexImage2D and problem with loading image
I\'m using Corona (to load images) / C++ / Glut. I have strange problem with loading texture. I know that problem is with glTexImage2D, but it\'s strange , everything is OK when image is 850 x 249 or[详细]
2023-03-18 03:46 分类:问答Recent gyroscope support from Corona SDK seems to be non-responsive
I\'m using a recent daily build of 开发者_StackOverflowthe Corona SDK (version 2001.562) to add gyroscope support to an existing application. Unfortunately, I can\'t seem to get the event-handling fun[详细]
2023-03-17 16:06 分类:问答Corona SDK - frame-by-frame animation and accelerometer problem
we are doing a game with moving objects around frame-by-frame and also using accelerometer. We have hooked on two events - about drawing the frame and for th开发者_StackOverflow中文版e acc.[详细]
2023-03-17 01:39 分类:问答Lua oop - timer implementation
I was following this tutorial http://www.crawlspacegames.com/blog/inheritance-in-lua/ and created 2 objects (drums and Guitar) that inherit from MusicalInstrument. Everything worked fine until I added[详细]
2023-03-16 17:32 分类:问答How to detect and quick a lua function taking too long to respond?
I\'m using Corona SDK to make a simple app that requires luasocket. Corona SDK support luasocket to do async http req.[详细]
2023-03-15 00:58 分类:问答Building iPhone apps through Corona: How do I create a fake signing identity and provision file?
I\'m using Corona to create a game but to build the app for iOS I need to specify in Corona which provisioning profile to use (which I have to copy to their certain folder).[详细]
2023-03-13 10:14 分类:问答update and delete syntax in lua program
I am getting nil value when I tried to update the data for below code : local update_statement =db:prepare[[ UPDATE list SET :name :icon WHERE :id]][详细]
2023-03-13 06:44 分类:问答