I have rows and columns of blocks and I need to store in instance variables all the blocks it's touching and where it's touching them.
For example:
aboveUID =
belowUID =
leftUID =
rightUID =
I've created image points on my sprites for left, right, top, and bottom but I'm not sure where to go from there.