If I want to test a missile (small long rectangle)hitting another object what do I use?
I have looked at this but the object is a loaded 3D model (AS3 class
from prefab3d) and doesnt havre a distanceTo property?
if(Object1.distanceTo(Object2.position)< 100){
