Hi all! I'm kinda new to Construct 2. Just completed the memory match tutorial and now I want to expand it with more levels, and each level contains two more cards. The problem I'm running into however, is when I reach a new level, that it doesn't add the extra cards.
I thought that I could do it by creating a button when you finished a level, and when the button is clicked, then change the values of the global variables gNumberCards, gNumberRows and gNumberColumns and then draw the cards again. Sadly this doesn't work. Can anyone help me with this?