AttackDistance = math.sqrt((FFxpos - xpos)**2 + (FFypos - ypos)**2) if AttackDistance < 50: ball.erase()
This is what I so far have for makin