A Fox! There’s a Fox On My Screen!

I’ve made some progress. I have a little fox that walks around on a window.

Well, he glides, because I don’t have the code that animates him done yet, but still!

The only problem I’m having is that pygame locks up if I try to use Python’s exit function after pygame has registered an event. That is, unless the first event it recieves is either the close button on the window or the escape key. (Both of which, as you can probably imagine, are supposed to stop the game)

I’ll be uploading a demo to my googlecode page once I’ve gotten the thing to quit when it’s supposed to.

— Mr.Dude