Collision detector without the pixel precision function.
Implemented from the SpriteMovementListener interface, invoked when a sprite moves. Tests the sprite that invoked it with all other in its list.
Tests if the two objects have collided. Returns true if they had. Pixel precise.
See Implementation
Collision detector without the pixel precision function.