Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: [QUOTE=KABOOM!]i have discovered that if you add pygame.display.flip()... [/QUOTE] [CODE]import sys, pygame from pygame.locals import * pygame.init() screen = pygame.display.set_mode((640,480)) pygame.display.flip() [/CODE] the display will show the screen black like its supposed to , !but it will still will say not responding.if you add a while loop to the end … |
The End.