¡@

Home 

python Programming Glossary: pygame.sprite.collide_rect

Add scrolling to a platformer in pygame

http://stackoverflow.com/questions/14354171/add-scrolling-to-a-platformer-in-pygame

def collide self xvel yvel platforms for p in platforms if pygame.sprite.collide_rect self p if isinstance p ExitBlock pygame.event.post pygame.event.Event.. def collide self xvel yvel platforms for p in platforms if pygame.sprite.collide_rect self p if isinstance p ExitBlock pygame.event.post pygame.event.Event..

How to Use Sprite Collide in Pygame

http://stackoverflow.com/questions/16227616/how-to-use-sprite-collide-in-pygame

if it gets hit by the rock you lose. I am trying to use pygame.sprite.collide_rect to tell if they touched but I cant seem to figure how to correctly.. self.x self.y def checkCollision sprite1 sprite2 col pygame.sprite.collide_rect sprite1 sprite2 if col True sys.exit pygame.init screen pygame.display.set_mode.. this question def checkCollision sprite1 sprite2 col pygame.sprite.collide_rect sprite1 sprite2 if col True sys.exit should be def checkCollision..

Space invaders project

http://stackoverflow.com/questions/19966094/space-invaders-project

is still much to do. For example better collision detect pygame.sprite.collide_rect I attached my bitmaps at the end # SPACE INVADERS import pygame..