I'm attempting to put a grid of sprites(9x9) down using a nested loop.I want the first spite to be at position x=12 y=12.
ie create sprite sprite (loop index(loopx)*64)+12,(loop index(loopy)*64)+12
this at the moment positions the first sprite at x=76 y=76