Hi all,
I'm spawning small clusters of sprites, at random points across my layout. The number of sprites spawned in each cluster is also random.
I want to work out where the the largest clusters are created, and spawn new sprites there.
Is there a way I can count to see if a cluster contains more than 20 sprites, so that I can tell which are the largest groups?
Thanks for any advice.