Re: I need help with a game in (turtle graphics - python)
Thanks! This helped me! -- https://mail.python.org/mailman/listinfo/python-list
Re: I need help with a game in (turtle graphics - python)
Kasper wrote: > How can i make the score stop blinking The following part > #draws the score on the screen > mypen.undo() > mypen.penup() > mypen.hideturtle() > mypen.setposition(-290, 310) > scorestring1 = (name1 + ": %s" + " points ") %score1 > scorestring2 = (nam