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
Hi,
I am wondering how to destroy all instances pinned to another instance.
In my case I need do destroy healthBar instance pinned to enemy instance when enemy Hp is =< 0
Any idea?
Develop games in your browser. Powerful, performant & highly capable.
The latest Construct beta (r110) should help - we finally get Containers!
Is there any reference page about Containers?
Could you help me, where to download r110: I've got r108 and I have no idea how to update.
Here's the link to r110:
scirra.com/construct2/releases/r110
I don't think there's a manual entry for containers yet, but here's one for the first Construct that should help you understand how they work:
sourceforge.net/apps/mediawiki/construct/index.php
Simply put, you can place the enemy and its health bar into a container. Once you destroy the enemy, the attached health bar will be destroyed as well.