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.org/mailman/listinfo/tutor

Reply via email to