[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Changing the size of a sprite



> 	while 1:
> 		[handle changes to map parameters, which
> 			affect the sprites' positions & sizes...]
> 		sganimals.update()
> 		screen.blit(screen,(0,0))	# screen is the surface

you're blitting the screen to itself?  what is that supposed to do?
		
-- 
+-------------------------------------------------------------+
| Shandy Brown                               Digital Thinkery |
| shandy@geeky.net             http://www.digitalthinkery.com |
+-------------------------------------------------------------+