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 have zombies on the map but when I pin a helper it only pins on one zombie and not the others.
So my question is if its possible to pin every object on a layout ?
If yes, how do you do it ?
for each zombie
--create helper
--pin helper to zombie
for each zombie --create helper --pin helper to zombie
but it will create endless helpers
You need to limit when it runs. Either in "On start of layout", or we'd need a lot more details on what you are doing.
Develop games in your browser. Powerful, performant & highly capable.
Blue thing is the helper but I need to put it on all the other zombies
I know what you want, you need to be clear when you want it. Post a CAPX to save time.
Put the Helper in a Container with the Zombie (this is in the properties of the zombie object) and pin it to the zombie, than it puts a helper to each zombie
Like that: CAPX
The blue box is dragable, the button spawns blue box with helper
Put the Helper in a Container with the Zombie (this is in the properties of the zombie object) and pin it to the zombie, than it puts a helper to each zombie Like that: dl.dropboxusercontent.com/u/11035294/Scirra.com/capx/Pin%20_to_zombie.capx CAPX The blue box is dragable, the button spawns blue box with helper
Like that: dl.dropboxusercontent.com/u/11035294/Scirra.com/capx/Pin%20_to_zombie.capx CAPX
Thanks it works
Sure thing