I'm trying to re-create Connect 4, and I want a pointer that hovers over the mouse to let the player know what column they're dropping the piece into.
I've found solutions for finding the mouse anywhere on the screen, but I want to transfer that to the coordinates on the turtle window wherever it is.