[pygame] unsubscribe

2007-11-27 Thread dbcad7
___ Join Excite! - http://www.excite.com The most personalized portal on the Web!

RE: [pygame] duration of song

2007-07-09 Thread dbcad7
I would thing that WinAmp, or Xmms, or even media player would show you that information when you play it.. but I suppose there are more complicated ways to find out. :) --- On Sun 07/08, Jason Coggins < [EMAIL PROTECTED] > wrote: From: Jason Coggins [mailto: [EMAIL PROTECTED] To: pygame-

Re: [pygame] Display-less PyGame

2007-06-20 Thread dbcad7
I played a little with the "Z" interpreter.. Frotz if I remember. There are lots of games, and yearly awards for best game (although can't seem to find a link for the awards just now) The Infocom games were cool. Loved Planetfall. Dave's idea of some background music sounds nice.. and maybe ev

RE: [pygame] getting pygame to work on Puppy Linux

2007-06-03 Thread dbcad7
Hi, I also don't know all that much about Puppy Linux, but in navagaing their web site I see that they have something called "pupget" for installing applications. I would check there first to see if pygame is available. I don't like to steer people away from their favorite distro.. If puppy is

RE: [pygame] Transparent PNGs

2007-05-27 Thread dbcad7
That png image worked for me. I just renamed the file and plugged it into droids colorkey tutorial code for a test. Worked without any modification.. and I removed the "image.set_colorkey((255,0,255))" line as well from it since not using it, and still ran transparent.. Don't know. seems like

RE: [pygame] Need help testing Slingshot rc2

2007-05-24 Thread dbcad7
Nice work. Ran well with Xubuntu anyway. I had to change sound in the config file because stock settings didn't sound right, but after that sound was decent. On one level one of the moons did not seem to have any gravity effect just straight shots worked. Don't know if that was intentional or n

Re: [pygame] Need feed back on new game!

2007-05-23 Thread dbcad7
Here are my errors.. Xubuntu feisty 64 bit, w/nvidia drivers resolution 1280 x 1024 Traceback (most recent call last): File "Slingshot.py", line 174, in main() File "Slingshot.py", line 167, in main g = Slingshot(cfg) File "Slings