Hello there, what the tittle means is that I�m trying to do a condition like "When all instances of 'object1' in the layout have been destroyed, you win" Is there an easy way to do it? So far I�ve tough about using a global variable as the "total amount of object1 instances" and then keep track of the instances destroyed with another variable, (then, when the numbers are equal, you win) but that doesn�t seem elegant
Does construct itself or any of the more veteran programmers have a way to achieve this?