Thanks! This helped me!
--
https://mail.python.org/mailman/listinfo/python-list
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
Hi!
How can i make the score stop blinking and how can i make a high score table,
in this game made with python? (this game is made on a Macbook)
(there are some files in the game that i don't haven't copied into this file!
like pyth.GIF)