Blob tracking and collision detection

In this online sketch below, a line() is drawn linking each Bubble which are touching each other: :link:

You would just need to change the code a little to replace line() w/ fill() I guess: :flushed:

More tips about circle-circle collision checking on the link below: :large_blue_circle: