Tagged Questions
1
vote
2answers
273 views
How to rotate a combined physics body with its center : corona SDK
I am doing a physics app with corona SDK. In that, I am creating a combined physics body with joints. What I need is : 'I need to rotate the new combined body with its center'. I am giving the code. ...
2
votes
1answer
186 views
make player fade in and out on collision in corona sdk
How do I make my player fade in and out for a few seconds when collision occurs? I have my player setup that when he collides he loses a life but when he collides he basically gets stuck on the ...
0
votes
0answers
85 views
How to use the piston joint in corona sdk (Lua)?
I'm having trouble truly understanding the piston joint. I got other joints to work like pivot but i cant seem to figure this one out.
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) ...
1
vote
1answer
415 views
Corona velocity of the objects
I'm trying to develop a game with Corona which consists of throwing some objects. However, to throw an object, all the objects must stop. I've implemented this by checking the velocities of all the ...
