Sorry, that was confusing, I mean at the end i'll be making a larger grid that has all those sprites inside of it, including the grid sprites with the clickable objects.
So there'll be grids inside of a larger grid that I want to make by spawning those one beside the other, sry that's confusing me too..
So at the end would be something like this, with each "Grid" containing 9 clickable objects:
Grid | Grid | Grid
------------------
Grid | Grid | Grid
------------------
Grid | Grid | Grid
But I'm not sure how to get each instance of the "Grid"'s to position them in that pattern once they're being spawned one by one.