I have been working on a Match-3 game, thinking this will be a good way to learn Construct. I found a great tutorial on tutsplus and finished it and then added to it.
Now there's special candies and booster in my game. All of them work.
The problem comes when a level is successfully finished.
I have made a group for what happens when required scoring is done within given moves which triggers a pop-up congratulating the player.
Now the problem is that sometimes the pop-up comes out too soon . For example, sometimes, after the score is reached, matches keep on being made and new candies drop into place which make even more matches. The pop-up doesn't seem to take these new matches into account.
I am thinking of using recursive function but can't seem to make it work.
I also looked at WaitEvent plug-in but couldn't make it work either.
Please help.