the tutor mailing list didn't like the zip I attached, so here's the
text of the e-mail I wrote to
Joe without the zip included.
start-
Pygame-specific questions should be posted to the pygame mailing list,
not tutor, probably.
Joe F wrote:
> Hello, I have a code here. and I want to make
Dunno if this is the best way, but it works...
Replace this:
> if events.key == K_DOWN:
with this:
> if events.key == K_DOWN and not imagerect.colliderect(imagerects):
Alan
___
Tutor maillist - Tutor@python.org
http://mail.python.o
Hello, I have a code here. and I want to make the "rockwholescreen.gif" blocked, but still displayed. I want it so "001.png" can't walk through that gif. any ideas?import pygame, os, sysfrom pygame.locals import * pygame.init( ) def _loadImages_ ( path, name ): image_obj = os.path.join(