View Single Post
  #21  
Old 06-22-2001, 10:22 AM
Guest
Posts: n/a
The upper left corner is 0, And on to the right until you hit 63.
Then it goes all the way back to the left, second row is 64->127
So if you take the X value and add it to (y*64) You get its board placement.

Once you understand how that works it's not difficult, but make sure you int() them first so there's no decimals.
Reply With Quote