Hi,
I am pretty new to Corona and am making a simple app where the user will pop bubbles floating around the screen. I’m having trouble with the movement of the bubbles. They move correctly at first, but after a few collisions they slow down and get stuck in corners. I have already tried
[lua]b.isSleepingAllowed = false
b.linearDamping = 0[/lua]
but this does not seem to work. Gravity is set to 0 as well. Any help would be appreciated, thanks in advance.