Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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
Hey,
I'm looking to count how many of a certain object are left on the level so that when the number = zero, the exit will appear.
Any help would be much appreciated.
Develop games in your browser. Powerful, performant & highly capable.
Use the Sprite.Count expression:
http://www.scirra.com/manual/133/common-expressions
Sorry, but could you tell me where to look? Tat age doesn't appear to say which section it is in. I've tried system, and the object, for both conditions and actions and can't see it anywhere.
It's an expression.
Use the system condition "compare two values" and set one value to Sprite.Count and the other to 0.
Thanks R0j0!