coronasdk
Strange table error in Lua
Okay, so I\'ve got a strange problem with the following Lua code: function quantizeNumber(i, step) local d = i / step[详细]
2023-03-31 10:29 分类:问答Move Scene in corona
I am new to corona and my Problem id I hav开发者_高级运维e a long scene and in that I have a ball body. When it moves up i want to move the scene up. How to do this in Corona.This is done using a disp[详细]
2023-03-31 02:51 分类:问答Coronasdk: About Factory Pattern and Corona Forum
I am new to corona and I tried to post in forum but I do not how. I could not find button or link liked \"new thread\", what should I do?[详细]
2023-03-31 01:16 分类:问答How do I detect a TouchOut event in Corona SDK?
I have a joystick graphic placed in the corner of the screen in my Corona game. When the user touches the joystick and drags it from side-to-side, it moves the character. However, if the user dra开发[详细]
2023-03-30 23:55 分类:问答How to remove an anonymous event listener?
So I\'ve run across a problem that has been addressed in other languages but not in Corona/Lua. How does one remove an event listener with an anonymous function?[详细]
2023-03-30 05:42 分类:问答Are Location aware notification on iOS possible in Phonegap, Corona or Monotouch?
Like everyone else I\'m venturing into mobile app-development and I\'m looking at different frameworks / languages. The ones that look most appealing to me are Phonegap, Corona SDK and Monotouch. Obje[详细]
2023-03-30 05:01 分类:问答How can I delay, or pause, a function in ansca's corona? (lua)
I can\'t find it documented anywhere :/ (question is the title) found this but can\'t get it to work. function onCollision( event )[详细]
2023-03-29 20:42 分类:问答Problems displaying paragraphs when retrieving text from a database
I am having problems displaying chucks of text, with paragraphs, from a database. For example, if I pass in a string such as:[详细]
2023-03-29 13:46 分类:问答Circle rect collision detection not working in Corona SDK
I needed to get rid of physics in my game so I needed to implement a custom collision detection function (the collision detection function is being called every frame). I want to check if a rectangle[详细]
2023-03-29 12:34 分类:问答Multiple spawned objects on collision - Corona SDK
Please help! I\'开发者_开发百科m trying to spawn 5 balls one by one from the sky and have them disappear as soon as they hit the ground or when they hit another user-controlled object that\'s on the g[详细]
2023-03-28 20:48 分类:问答