Hi,
i am starting to learn Corona SDK + Lua and making a little game, where the collision and player movement
works with the Box2d physics. When the player hits an object, i want the object to disappear. Until now, after collision i managed to remove the display object of the hit target, but the physics body still remains there, even with physics.removeBody(object).
Any help?
greets, Alex