research
research copied to clipboard
Suggestion: use "pygame.event.pump()" to prevent not responding.
In the for loop that blits the images to the screen, use "pygame.event.pump()" to prevent not responding in windows.
Thanks. Very helpful.