So I have a board full of tiles, just 6 right now to keep it simple.
Say the board looks like this:
1 2
3 4
5 6
I'm looking to have it look like this:
3 4
5 6
1 2
or
5 6
1 2
3 4
The way I have it now, it works right the first time, but then just goes back to the original state. I want it to keep cycling through in the same direction.
.capx
Screenshot