Okay I took your idea Alan and I finally got the outcome that I wanted. Thanks.
On 9/22/07, Lamonte Harris <[EMAIL PROTECTED]> wrote: > > 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 <[EMAIL PROTECTED]> wrote: > > > > > > > def check_mouse(self,mouse): > > > m1 = mouse[0] > > > m2 = mouse[1] > > > > Can you just divide m1 and m2 by 100? > > > > Alan > > > > >