Can you check the WebPlayer again?
WebPlayerThe thing works like this...
1. Based upon the player's move, match3 is run on the picked position and then the swapped position. Here, match3 is run twice. So, if the pieces are moved in the 1st run, they will be detected in the 2nd run. They won't drop without checking.
2. While running match3 the cascading takes place in the 3 items if the match3 is detected.
3. While cascading the repositioned items are tagged.
4. At last, counters loop through the grid and check for the tagged items for recursive match3.
5. Stops where there are no more tagged items.