About This Project
A project that allows generating a grid from for loops. The advantage of this is that behaviours for each grid square only have to be put in one object, reducing project size and making it easier to put behaviours in. It is also useful because the grid size can be modified by changing the rows and columns, the screen width and height box containers, and the scale of the grid squares. Can be used to create a maze generator (although I would recommend doing that differently), a pixel art tool, or anything else that uses a grid. Use the download link http://bit.ly/292mnk8 to download it so it won't say branched when you upload it. All behaviours and box containers are in world. Put behaviours for the grid squares in the empty object. Anyone may use this, no credit is required.
Screenshots
Awards
First Play
Your first believer! Someone took a chance on you and played your project. Return the favour to another dev!
Level-Up
You are always working to improve your games. That's how you improve, good job!
Comments
Oh yeah... Ok, well that's worth experimenting with!
It would still run the same amount of times though, with less behaviours in the actual loop, so I don't really know what is more efficient.
Well, the more for loops you use, the slower and less efecient it starts to become, especially when you have over 5 nested together. I think you handled it correctly.
Yeah, this would be easy to make, but I tried to make it compact and efficient, so it just uses one for loop. I realised though that nested for loops might have been simpler.
Pretty cool I think! I could've probably made this myself, but I didn't look at the behaviors yet. I'm making a level creator for my game that uses a grid, but since it's just for organizational purposes and it's invisible I won't have reason to use this. I think it could definitely help others though!

