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
how to make spawn objects have their different health
Develop games in your browser. Powerful, performant & highly capable.
Just put an action in the spawn condition that sets it health variable to whatever you want.
If you mean to find out how to give them a random health within a range, use something like:
set health to int(random(minimum,maximum))