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.
Blue thing is the helper but I need to put it on all the other zombies
Develop games in your browser. Powerful, performant & highly capable.
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