For example: there are 2 overlapping objects of the same type, when I use the "on object clicked" function and set it to destroy the object, both of them are destroyed.
Is there a condition that guarantees that only one will be destroyed ? ( I tried using the "for each" but it didn't work.. )