-
A Rather Tricky Grid Question
Think this is quite a tricky one. I have a grid of squares. In each grid square will be one of four different cells; i.e. each cell has one of four different shapes contained within. I want the postions of each single cell to change its position randomly in the grid so that only one of the cells occupies one space in the grid at any one time. I also want the changes to be instantaneous, no sliding or moving of cells. If the solution could be an expression that changes the positions over time that would be a great added bonus.
What may also complicate matters is the grid is not completely standard. For the pattern to work, each row must be offset. Imagine a brick wall made of square bricks and that is the grid. I could possibly offset the rows once the expression is applied? Or maybe apply the expression to rows and bring them together?
Hope that is clear enough, if it isn’t just say.
Thank you very much for any help you can give.
Luke