trying to simply have a 32X32 block created on mouse click and have it SNAP to the 32x32 grid and the next block placed if close to the first would snap to the grid beside it...
Develop games in your browser. Powerful, performant & highly capable.
Are you looking for something like this?
[attachment=0:nra5ps8j][/attachment:nra5ps8j]
Just place the blocks at
x: floor(Mouse.X/32) * 32
y: floor(Mouse.Y/32) * 32
Oh thats perfect thank you soo much..... PS how do I close this thread and mark it solved?
No idea. Lol. Can you rename the thread and add [SOLVED] to the title?