Object_1 = pg.Rect(x, y, width, height) Point = (x, y) #If this doesn't work, then change parenthesis to brackets if Object_1.collidepoint(Point): #Do something