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

Re: [pygame] Anybody think they can help me with my small problem?



I don't think thats the actual problem, its the part where I'm actually trying to check what block im in.  I got a feeling my numbers are off.  It's confused me for some big now.

On 9/22/07, R. Alan Monroe <amonroe@xxxxxxxxxxxxxxx> wrote:

>     def check_mouse(self,mouse):
>         m1 = mouse[0]
>         m2 = mouse[1]

Can you just divide m1 and m2 by 100?

Alan