Original Post
I'm making a simple race.. thing, not really a game, but i suppose you could bet on it. What i am wanting to do is this:(as an algorithm) if the car goes past a point, clear everything from the screen, pop-up window "CAR (x) WINS!" with options "Rematch" and "Exit" what i have is: if car goes past a point, clear previous drawing above for function, create text in window "Car (X) Wins!" // it also continues to move, which i can fix. This is running in WinXP also. THANKS!