Hey people of the Scirra World!
I need help on something that has been troubling me.
First, I'll tell you a little about my game; then the problem.
I have a Character that spawns (System | Create Object "MAN") on a certain X & Y position when a button is clicked. He, and all his clones move according to the stance global variable, so if the stance is forward, all the MEN move forward with Simulate Platform pressing Right, if the stance variable is Idle, all MEN stay in the spot they were before.
Problem is, how do I align these MEN to a new Column of 5, then after that a new row?
Much like this:
I can't figure out a way to code this since I'm sort of new with Construct, but a decent coder in Java.
I'm thinking maybe something like when I click a button called "organize", the MEN align in one column, in which they're each 3 pixels down each, and after 5 men are in one column, the other men move to the next row.