Impossible project: clones know when they collide with themselves :-)
By default, the 'touching'-block does not allow to detect if you collide with yourself. However, when workin with clones, it would be handy if you could detect if 2 clones collide... It's quite easy to solve: - Add a temporary sprite (I took a surprise and got Pico) - Add a 'touching'-block to detect collision with the main sprite - You can now just drag the 'touching'-block from the temporary sprite to the main sprite et voila: clones can detect when they collide with themselves :-)