I have been writing a test function to learn how a mouse \'click\' action on a pygame.rect will result in a reponse.
So far:
def test(): pygame.i
I think rect method call collidepoint, not collide*r*point. Here is the link to documentation!