I've been scratching my head for a while now and i cant figure out how to do this.
I want to pick every object on screen that has another object within a certain distance. Whenever objects get clumped together i want to change some attributes.
Pick by comparison: distance(block.X,block.Y,Family1.X,Family1.Y) < 120
didnt work at all.
Any ideas?