I create a table myTable to hold some images .(attached file question_01.jpg)
After using “transition.to” method, I swap two images. It just swap the position, not their table index.
(attached file question_02.jpg)
I need the myTable[1][1] become the blue rectangle, and the myTable[1][2] become the red rectangle.
Don’t know how to do that, somebody help !!
Thank you.