Hi everyone,
I have 30 - 40 objects on screen and I put all of them into a family. Every time 3 or more object from the family is destroyed, I want to add 5 to a global variable "time". Is there a way to calculate the number of objects destroyed?
I am currently using
Family On destroy & Family.Count>=3 : Add 5 to timer but it's not working as I wanted.