hi! well, for me finding a good pygame snippet with sprite collision (and simple to understand) is like finding a needle in a haystack...
but when i try do on my own, i get this: Traceback (most recent call last): File "_spritesheetexample15b4_difsiz_collision.py", line 47, in <module> collide=pygame.sprite.collide_rect(spridr[0].rect,spridr[1].rect) AttributeError: 'pygame.Rect' object has no attribute 'rect' the example is: http://pastebin.com/f524a8cf2 all suggestions are welcome! (be welcome also fixing that pastebin, and sending us the pastebin url with the fixes! ;) ) - sorry it's not PEP8 yet... :/ thanks! ;) On 7/13/09, René Dudfield <[email protected]> wrote: > On Mon, Jul 13, 2009 at 7:32 AM, Paulo Silva <[email protected]> wrote: > >> this reference i know from a long time, and figured out easily there >> were the exact methods to be used - the problem is i couldn't have a >> snippet working only following that - on my oppinion on that >> referenence, each pygame method should have a working snippet to be >> tried out - for me is easier to work on tiny snippets, just like with >> lego bricks >> > > > > Hi, > > pygame comes with examples. Either use those, or use the code search button > next to each method, to search through all the projects on the internet that > use pygame. There's 238 results for spritcollide for example. > > > cu, >
