Hi,
var o:Object
for (f=0; f<50; f++)
o = myArray[f]
I’m trying to see if one of the objects in the array touches another one.
o.hitTestObject(o) doesn’t work properly. Returns true all time.
To be clear; I’m trying to check if a particular one touches the others. For example if myArray[2] touches any other 49 of them.