Question: how to make a object that is not affected by gravity?

can the physics engine make this? 

Thanks in advance,

Jam

Try setting gravityScale = 0 on the object.

http://docs.coronalabs.com/api/type/Body/gravityScale.html

works like a charm!

thanks ingemar :slight_smile:

Try setting gravityScale = 0 on the object.

http://docs.coronalabs.com/api/type/Body/gravityScale.html

works like a charm!

thanks ingemar :slight_smile: