pygame
fatal python error pygame parachute
I have w开发者_StackOverflow中文版ritten a small program in WindowsXP-python-pygame. It runs fine when I run it in the dos.[详细]
2023-03-19 12:12 分类:问答Having issues with making Sprites transparent in pygame! (image included inside)
Even though I\'ve set the transparency of the image to \'开发者_运维知识库True\', I am still unable to clear the fuzz around it. I\'ve tried various methods, playing around with it in Photoshop to n[详细]
2023-03-19 07:37 分类:问答Simplest way to get initial text input in pygame
So, Iv\'e got a pygame application. Right now, it takes a command line argument to specify which display to show the main screen on. However, I\'m running it on windows, where it\'s hard to specify co[详细]
2023-03-19 07:02 分类:问答Class Inheritance, redefining __init__ on with taking a new argument
I\'m new to Python, I still have issues with the semantics of class inheritance. The following is the relevant class from the module games.py module that I am importing:[详细]
2023-03-19 04:47 分类:问答how to disable the window close button in pygame?
In a pygame application window, the minimize, resize and close buttons are present. Is there a wa开发者_如何学Pythony to disable the close(X) button?I don\'t think there is, because some window manage[详细]
2023-03-18 08:58 分类:问答Debugging sample pygame code. Possibly error with super(), yet again
Can\'t figure out what\'s wrong. All I know is that it doesn\'t execute. Find the trackback at the bottom.[详细]
2023-03-17 11:02 分类:问答PyGame flickering issue
I\'ve made several small programs in PyGame and for my latest attempt I have added scrolling (push arrow keys) but when it happens the sprites flicker. I\'ve tried to pinpoint the issue but cannot.[详细]
2023-03-17 01:28 分类:问答Installing Pygame for Python 3.1.2 in Ubuntu
I\'m reading the book Introduction to Computer Science Using Python and Pygame by Paul Craven (note: legally available for free online). In the book, he uses a combination of Python 3.1.3 and Pygame 1[详细]
2023-03-17 00:29 分类:问答Quick debugging question [Python, pygame]
It\'s still an incomplete program, but for some reason the value of the textbox doesn\'t increase when it should... Why is this??[详细]
2023-03-17 00:13 分类:问答pygame how to rotate image properly?
In pygame I am unable to rotate an image/surface. The image is drawing properly just not rotating. self.other1 = pygame.image.load(\"enemy.png\").convert_alpha()[详细]
2023-03-15 18:49 分类:问答