Okay, so I\'ve got a strange problem with the following Lua code: function quantizeNumber(i, step) local d = i / step
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
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?
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开发
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?
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
I can\'t find it documented anywhere :/ (question is the title) found this but can\'t get it to work. function onCollision( event )
I am having problems displaying chucks of text, with paragraphs, from a database. For example, if I pass in a string such as:
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
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