:twisted: I have 100 of that sprite and i wanna check the distance of all of them with each other, so if the distance of one of the instances is less than 50 with another instance something happens to them.
How can i do the above scenario?
Loop each instance to detect distance w/ respect to other instances.
Look at how loops work first.