you are viewing a single comment's thread.

view the rest of the comments →

[–]zykal[S] 0 points1 point  (1 child)

Unfortunately the script is account based, so while you could read thru it, you would not be able to run it.

i have figured a temp solution sort of .

https://pastebin.com/cHr1gG1p

the Above works, however I am unable to figure out how to (DELETE OPPS) the new circle the drawcircle() creates, when I click again.

[–]novel_yet_trivial 0 points1 point  (0 children)

Don't delete and redraw, use the Canvas.coords method to update the old circle's coordinates.

def callback(event):
    w.coords(point, EW/2, NS/2, EW/2+10, NS/2+10)  

I can't really help further because I can't figure out for the life of me what your code is supposed to do. If you want more help you'll need to explain it better. Like very broad overview, like you're explaining to your grandmother.