Hi,
This is my very first attempt at making a game in Construct 2, also I'm a newbie in programming. I'm trying to make a very simple Drag and drop game. There are 10 objects on the screen, which the players have to match to their 10 descriptions. (So object 1 matches description 1 etc).
What I can do so far easily is to calculate score, so if the player matches 1 object correctly, he gets 1 point, and if he does so incorrectly, he loses 1 point. When an object is dragged, correctly or incorrectly, it is destroyed because I don't want them to be dragged again.
All this works fine, only thing I can't work out is, how to code that once all the 10 items are dragged (correct or not), we reach the end of the game, and I can display a Good job screen.(I'm not using time here). Is there a way to do this?
Thanks for your help.