[Tutor] images in pygame

R. Alan Monroe amonroe at columbus.rr.com
Mon Jul 24 00:28:33 CEST 2006


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



More information about the Tutor mailing list