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

Re: [pygame] groups



Hi again!
> group.sprites() returns a list of sprites in the group. or:
>
> for sprite in group:
>   # do something with sprite.
>
Thanks a lot. :)

I read the documentation and I understand pretty well :)