Re: [Tutor] Text problem

2005-06-08 Thread Kent Johnson
EUGENE ASTLEY wrote: I tried your suggestion but it does not work for me. I get a syntax error at use of the first question mark when trying it in Idle. When I try it from the desktop, it just flashes a black screen and returns me to the desktop. What is the question mark used for? Somehow

[Tutor] Text problem

2005-06-07 Thread EUGENE ASTLEY
Python, pygames problem. At the end of my game, I go back to the desk top after displaying the score of the player, as follows: Def game_over(self) Games.Message(screen = self.screen, X = 400, y = 400 Text + Your Score is + str(Game.score_value), Size = 60, color = color.green,

Re: [Tutor] Text problem

2005-06-07 Thread Kent Johnson
EUGENE ASTLEY wrote: Python, pygames problem. At the end of my game, I go back to the desk top after displaying the score of the player, as follows: Def game_over(self) Games.Message(screen = self.screen, X = 400, y = 400 Text + Your Score is +