Tagged Questions
1
vote
1answer
293 views
Corona SDK Vs. Adobe Air
I'm developing apps for iOS using ObjectiveC, And want now to create games for multiple platform.
I've checked out Corona SDK (even wrote some code) and it looks nice, Yesterday I heard that Adobe AIR ...
0
votes
1answer
99 views
How applyForce figures in with velocity in Corona/Box2d
Right now i am stuck trying to figure out the trajectory for a projectile. I'm thinking the issue is that i have the wrong velocity. Right now i am using what i pass into applyForce as my velocity, ...
0
votes
0answers
65 views
Detecting bordering objects in Corona SDK
I was trying to print out physics objects that are bordering (touching) with a particular physics object in the Scene.
Is there any way of doing this without introducing some movement (say rotation) ...
0
votes
1answer
715 views
Corona sdk prevent x movement of ball
I'm having trouble with preventing a ball from starting to move after It has jumped on a Ractangle. The rectangle is moving with a constant speed to the left. The ball follows the screen. When the ...