Help with collision needed

Right, so you’ve set downward gravity of 6. That means things will fall. Make it 0.

I have this at the top and nothing changed :

physics.setGravity( 0 )

Please read the docs before you post here. It’s clearly stated that you need to supply BOTH x and y gravity values. I personally make sure that the Corona docs are as accurate as possible so that these type of questions don’t need to be asked, so please read them and learn from them.

Best regards,

Brent

Thanks it works now.

Faceslap.