Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #107.55K
~9K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for bmanzana

Above post has some problem but the below one is working pause=False #your game code for event in pygame.event.get(): if event.type==KEYUP: if event.key==K_p: pause = True while pause == True: for event in pygame.event.get(): if event.type==KEYUP: if event.key==K_p: pause = False #your remaining code

Member Avatar for shubham_9
0
9K

The End.