Hello all,
Just starting out with Construct 3 and having a lot of fun learning the systems.
I have a question about making a total for all instances of a sprite.
To give a bit of an overview, in the game I'm currently working on, a player has to move all of a certain type of item into a zone. For example, all blue boxes need to be moved to the blue zone on the game screen. These instances of blue boxes spawn randomly and at the moment I would like to leave the total number of these to be open-ended if possible - although an upper limit can be set if that helps for solving my problem.
So, what I'd like is to be able to add up a "score" for how many blue boxes are in the blue zone (1 "point" per box). If the player moves a blue box out of the zone, the score would then reduce by 1.
I've tried playing with a few things but I can't seem to figure out how to do this!
Any help would be appreciated!