Creating a scrabble type grid????
mdiak47
Member Posts: 7
How can I create a scrabble type grid where block can move up/down or left/right freely. I have been trying to figure this out on my own for quite sometime but cannot. Any help is very, very appreciated because my head is about to explode trying to solve this. THank you!
Comments
I think you want to first figure out the height/width of each grid square, then when you constrain a block to the mouse, move it x or y amount of pixels according the the height/width of each square.
Some of the other GS Vets might be able to help more but I think that's how I would start.