How to do random shuffling of Movie Clips by maintaining Row-Column symmetry ?
Hi all !
This is for an alphabet learning app developed by procedural coding (not OOP). In level two the player (kids) have to click on alphabet movieclips in an orderly fashion (A, B, C, D....etc.,) eventhough they are placed in a disorderly manner (eg., C, D, Z, A etc.,) before a count down timer hits zero. As the kid clicks on each alphabet block "in an orderly manner" the alpha changes, and the sound of the alphabet is played.
The challenging task that i cannot achieve is to randomly shuffle the MovieClip blocks in such a manner that the positions should change but the symmetry should be maintained (in contrast to shuffling in such a way that the movieclips position get haphazardly displaced). Even after shuffling the chess-board like symmetry of rows and columns should be maintained. Only the blocks should get repositioned.
Pls see the Before and After Shuffling Images Below:
Before Shuffling:

After Shuffling:

Pls kindly help
Thanks in advance
