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
I want to make a tank game where enemies have more health than players.I can't find where to change enemy health.Does anyone know how?Is it possible?
Develop games in your browser. Powerful, performant & highly capable.
You need to use Instance variables :
For example :
Enemy health = 5
Bullet on collision with enemy ------------- enemy subtract 1 from health
okay
You can also make health bars.
Do this.
Make a bar (colored red or something) and set the width to (overallhealth)x
Then make it every tick set bar width to (health-globalvariable-)x
I found out how to do it.Turns out I needed to inscrease the base health and not the turret health