[pygame] how to change layer of a sprite in LayeredDirty group ?

2011-04-17 Thread Horst JENS
Hi, a question regarding pygame's LayeredDirty() group for sprites: how do i set or change the layer of a sprite in this group correctly ? At the moment (using pygame 1.9.1) i'm ony able to have the layer reflect the point of creating the sprite (newer sprites are on top of older sprites), but i

Re: [pygame] Enter name before game starts

2010-04-27 Thread Horst JENS
, -Horst -- Horst JENS horst.j...@spielend-programmieren.at http://www.spielend-programmieren.at signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: [pygame] problems getting python 3.1 to work with pygame 1.9

2010-04-18 Thread Horst JENS
Am Samstag, den 17.04.2010, 16:04 -0400 schrieb Pierces: I'm trying to set up an Ubuntu 10.04 machine so my son can follow a book on learning Python programming with pygame 1.9 and python 3.1. I have all these installed via apt-get without problems. However, python 3.1 can't find the

[pygame] pygame on Nokia N900 ?

2010-02-08 Thread Horst JENS
anyone here got python/pygame running on nokia N900 mobile phone ? is there a special forum/website/installation guide ? -Horst -- Horst JENS horst.j...@spielend-programmieren.at http://www.spielend-programmieren.at signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: [pygame] frame independant movement

2010-02-05 Thread Horst JENS
: http://www.spielend-programmieren.at/pythongamebook/doku.php?id=en:part2:step006 -Horst -- Horst JENS horst.j...@spielend-programmieren.at http://www.spielend-programmieren.at signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: [pygame] why is sometimes so much time between 2 frames ? (400 milliseconds instead of 30)

2010-01-25 Thread Horst JENS
thanks !! very very happy, Horst -- Horst JENS horst.j...@spielend-programmieren.at http://www.spielend-programmieren.at signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

[pygame] author license of the pygame_logo (the snake) ?

2010-01-24 Thread Horst JENS
. greetings, -Horst -- Horst JENS horst.j...@spielend-programmieren.at http://www.spielend-programmieren.at signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

[pygame] why is sometimes so much time between 2 frames ? (400 milliseconds instead of 30)

2010-01-24 Thread Horst JENS
). Is this some kind of garbage collection ? Is it because i copy a sprite group (for collision check) ? http://www.spielend-programmieren.at/wiki/doku.php?id=en:code:pygame:zeitproblem greetings, -Horst -- Horst JENS horst.j...@spielend-programmieren.at http://www.spielend-programmieren.at

Re: [pygame] Improving documentation

2009-12-27 Thread Horst JENS
i love the graphic examples ! -Horst I like this idea, maybe we can put some visual examples like this page too: http://www.losersjuegos.com.ar/traducciones/pygame/transform -- Horst JENS horst.j...@spielend-programmieren.at http://www.spielend-programmieren.at signature.asc

Re: [pygame] Announce: PygWeb2.0rc

2009-11-29 Thread Horst JENS
Nice work, Jug ! if clicking on the code tab, the whol website recenter and has smaller width (1024) than before. you may have to test with high browser resolution -Horst -- Horst JENS horst.j...@chello.at http://members.chello.at/horst.jens signature.asc Description: Dies ist ein digital

Re: [pygame] First person shooter help

2009-10-15 Thread Horst JENS
Am Montag, den 12.10.2009, 14:35 -0500 schrieb RB[0]: PYGGEL is still in active development, but we recently used it to create a FPS for pyweek :) http://pyweek.org/e/robo-solo/ http://code.google.com/p/pyggel/ awesome ! thanks for the link. -Horst -- Horst JENS horst.j...@spielend

Re: [pygame] First person shooter help

2009-10-12 Thread Horst JENS
Am Montag, den 15.06.2009, 18:08 +1000 schrieb Astan Chee: Hi, I am trying to understand and make a simple first person shooter game. I Hi Astan, if you found something, please be so kind and inform me, i'm very interested on that too. greetings, -Horst -- Horst JENS horst.j

Re: [pygame] how to remove spam comments in pygame wiki

2009-07-27 Thread Horst JENS
is the official wiki admin to notify ? -Horst -- Horst JENS horst.j...@chello.at http://members.chello.at/horst.jens signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

Re: [pygame] how to rotate a sprite correctly clockwise or counterclockwise

2009-05-28 Thread Horst JENS
thank you ! -Horst -- Horst JENS horst.j...@chello.at http://members.chello.at/horst.jens signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

[pygame] how to rotate a sprite correctly clockwise or counterclockwise

2009-05-22 Thread Horst JENS
, -Horst -- Horst JENS horst.j...@chello.at http://members.chello.at/horst.jens # -*- coding: utf-8 -*- test für schlachtschiff. soll sich drehen, langsam in richtung Mauszeiger fahren, kanone soll auf Sprite oder auf Mauszeiger zeigen. import os import pygame import random import math

Re: [pygame] AppState-0.1 released

2008-09-27 Thread Horst JENS
Somehow i would feel uncomfortable if i had to type in my gmail account password just to upload an highscore - even if it's a open-source app. Your model where i can create a google app free for anyone sounds very interesting to me. I will try to make a demo game - highscore app to see how it

Re: [pygame] AppState-0.1 released

2008-09-25 Thread Horst JENS
sounds interesting. Do i understand this right: all players need to have an valid google account to join ? Only the creator of the game will be asked to write his google account passwort inside python code ? I think about doing a global highscore list for a pygame game with your code. -Horst

Re: [pygame] question about transparent surfaces and alpha-value

2008-09-24 Thread Horst JENS
thanks for the advice, i updated the code at http://www.spielend-programmieren.at/wiki/doku.php?id=code:colordemo1.py -Horst signature.asc Description: Dies ist ein digital signierter Nachrichtenteil

[pygame] question about transparent surfaces and alpha-value

2008-09-23 Thread Horst JENS
Hi List, just want to make sure i got this right, please correct me if i'm wrong: if i have a jpg-file, i can set the transparency with the command pygame.Surface.set_alpha(alpha-value). but if i hav a .png-file with already transparent background, i can not set the alpha-value of that

[pygame] broken link on pygame website

2008-07-05 Thread Horst JENS
Hi, i hope this is the correct way to report: the pygame website has a broken link under documentation-lpgl-license: here is the url of the broken link: http://www.pygame.org/LGPL greetings, -Horst -- Horst JENS [EMAIL PROTECTED] http://spielend-programmieren.at skype: horstjens

Re: [pygame] Free chapter of my book

2007-10-08 Thread Horst JENS
http://www.willmcgugan.com/2007/10/04/free-chapter-of-beginning-game-development-with-python-and-pygame/ anything wront with this url ? i get this error: The requested URL could not be retrieved

Re: [pygame] Example: Simple client and server

2007-10-03 Thread Horst JENS
That's very cool, it works even with 2 clients ! Thanks a lot ! -Horst signature.asc Description: This is a digitally signed message part

Re: [pygame] 3D sample code

2007-06-07 Thread Horst JENS
On Mon, 2007-06-04 at 21:19 +0100, Will McGugan wrote: Hi folks, I've just posted some sample code for using OpenGL with PyGame. Hope you find it interesting. http://www.willmcgugan.com/2007/06/04/opengl-sample-code-for-pygame/ that's exactly what i was looking for... thanks!

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

2007-05-27 Thread Horst JENS
runs very fine on ubuntu linux (feisty). Nice game. On Thu, 2007-05-24 at 20:48 +1200, Greg Ewing wrote: John Eriksson wrote: After several weeks of coding I'm finally releasing my latest project (at least the first release candidate), the space game Slingshot.

Re: [pygame] Making videos

2007-05-08 Thread Horst JENS
On Tue, 2007-05-08 at 18:35 +0100, Will McGugan wrote: Hi, Does anyone have a solution for recording video of a PyGame app? I've tried Fraps, but that doesn't seem to work. Will I had some success using Xvidcap under Ubuntu to record a python app... don't know if it is fast enough for

[pygame] How to use the current Desktop Wallpaper as pygame background

2007-05-06 Thread Horst JENS
Please point me to solutions/code snippets because i doubt that i'm the first with this question: How to use the current Desktop Wallpaper as a background graphic for pygame ? Do i have to check wich OS/variant the user is running and then locate the current Desktop Wallpaper file in the users

Re: [pygame] pygame and Ubuntu

2007-04-30 Thread Horst JENS
On Sun, 2007-04-29 at 21:23 +0200, DR0ID wrote: I have installed ubuntu 7.04 recently and found pygame in the synaptics system. (it had a somewhat strange name, cant remember sorry) The name is python-pygame. Use the search function of Synaptics. Also check out the game solarwolf, that is

Re: [pygame] Nutshell 2007.4.13.2

2007-04-13 Thread Horst JENS
On Fri, 2007-04-13 at 10:21 -0400, Kris Schnee wrote: I don't know if anyone's following this, but: New Nutshell game framework with bugfixes etc.: http://kschnee.xepher.net/code/nutshell_basic.py.txt Orrery, a Nutshell demo adding Newtonian gravity to show a solar system (which you can

Re: [pygame] Calling all game developers - OLPC

2007-04-07 Thread Horst JENS
On Fri, 2007-04-06 at 20:02 -0400, Noah Kantrowitz wrote: Calling all game developers! The One Laptop Per Child project needs talented game developers to work on software for the XO laptops. Thanks to a few awesome developers, PyGame is now up and running under Sugar (the OLPC graphical

Re: [pygame] Playable Game: Shooter Doodle

2007-04-06 Thread Horst JENS
very nice! got 10 points, game speed is o.k. -Horst

Re: [pygame] new Pygame-based framework: qxp

2007-04-03 Thread Horst JENS
Please, tell me what you think about it. I think it is very cool. All tutorials work (tested with ubuntu edgy). -Horst

Re: [pygame] Re: Missing fonts on Ubuntu Edgy

2007-03-03 Thread Horst JENS
thanks for the Fix, Marius -Horst

Re: [pygame] music for pygame (cc-attribution and cc-attribution-non-commercial) uploaded questions

2007-02-18 Thread Horst JENS
Thanks for the feedback, Matt. I uploaded more music (still more to do) and made better descriptions of the songs/loops. Quality and duration of a song is now in the description - at least in the one-item-packages. I found out there is a review/rating function at www.archive.org if you

Re: [pygame] Slax Linux + pygame (or any other linux that boot from a usb stick)

2007-01-07 Thread Horst JENS
Get checkinstall and then compile the package and run checkinstall instead of make install and make a slackware package HTH. Adam. Thanks, Adam !

[pygame] Re: Re: Galcon linux version

2006-12-17 Thread Horst JENS
Am Sonntag, den 17.12.2006, 13:24 +0100 schrieb Farai Aschwanden: And maybe there are some official Linux game pages you might add it? IMHO projects should be posted where ppl are looking for it. Games - game pages, etc. I already wrote to several linux gaming sites. Thank you for the apple

[pygame] Re: Galcon linux version

2006-12-16 Thread Horst JENS
Please help me to Digg Galcon. It is my first time with Digg and i'm a bit disappointed (just 2 Diggs so far). http://digg.com/gaming_news/commercial_game_written_in_pygame_released cheers, -Horst