FPS:
Sprite collision detection
Every Sprite (that has an image) will have a function rect() which will return a Rect-object just embracing the sprite. Then you can
sprite.rect.collideRect(rect2)
or
sprite.rect.collidePoint(x, y)
jaws log