Check for no collision between two object.
ie I have a box it falls so im checking its overall velocity, if it lands by itself with out touching other boxes, it will be destroyed when its stopped moving, if it touches boxes it stays alive until such time where it ends up been by its self. seem straight forward, but I cant negate the collision between two objects.
is there another way.