Pygame making an object chase the cursor
问题 Been at this for the past few hours, trying to make a small program where an image chases the cursor around. So far I've managed to make it so that the image is directly on top of the cursor and follows it around that way. However what I need is for the image to actually "chase" the cursor, so it would need to initially be away from it then run after it until it's then on top of the mouse. Basically hit a wall with whats going wrong and what to fix up, here's what I've gotten so far: from _