Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I tried using on destroyed and if the object.count = 1, but that doesn't work if two objects of that type exist and are destroyed simultaneously.
Develop games in your browser. Powerful, performant & highly capable.
What about setting a variable to the value of object.count at level start and decreasing it by 1 every time an object is destroyed? That counter hits 0, you know the last one was destroyed.