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

Re: [pygame] image collision



Sounds like you are asking for per-pixel collision (or maybe more specifically intersection at a discrete time)

that's mostly what the new mask module is for:
http://www.pygame.org/docs/ref/mask.html

On Fri, Apr 11, 2008 at 9:24 AM, Jan Filip Tristan <blenderkid@xxxxxx> wrote:
Hi,

How to check wheather two images collided?

TIA blenderkid