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
So there's probably a simple fix for this, but I haven't been able to find one.
This bit will subtract 1 from "health" every tick. But how would I control the timing of it?
Say I only wanted to subtract 1 from "health" every second.
Develop games in your browser. Powerful, performant & highly capable.
just add another condition that says "Every 1 Seconds"
also, it will continue to count down after it gets down to zero - because it will still be less than or equal to 100...
(unless you have code somewhere else to end the game if it gets to zero.)