I need to have physics added to an objcet so that I can use setLinearVelocity but I need to stop the objects gravity so it doesn’t fall to the bottom of the screen. Currently all my physics calls is:
physics.addBody(fly) fly:setLinearVelocity(100,120)
Can I stop it falling to the bottom?