Troubleshooting Pygame/Python

Started by
2 comments, last by smr 18 years ago
Hi. I'm kind of new at Pygame but I know quite a bit of python, but I just dont understand the "surface" element of Pygame, the element that is essentially 40 percent of the game by itself. Don't worry, I HAVE checked over 10 websites concerning the topic, but each one just tells me a different thing. So can someone please just either forward me to an easy site or tell my what the f*ck I have to do? Your help would be greatly appreciated.
Well this sucks.
Advertisement
so ... what's the question? we don't know how to tell you what to do until you tell us wtf you're trying to do.

What's difficult to understand about the documentation?
Quote:Original post by smr
so ... what's the question? we don't know how to tell you what to do until you tell us wtf you're trying to do.

What's difficult to understand about the documentation?


surface. there now its in quotes.
i already checked documentation. in fact, it was the first thing i read.
Well this sucks.
But what is the problem you have?

A Surface is an object that provides methods of copying itself onto another surface. The display class will display a surface on the screen or window. It also provides methods for resizing and changing the way it's drawn. It can be loaded from an image file, copied from another surface, or created fresh in memory.

This topic is closed to new replies.

Advertisement