Hello!
I have several instances of the same sprite, and I want to create a hierarchical chain of them. so that each is a child of the previous one. How can I do this?
thank you!
Make a good use of pin behavior to achieve such chain hierarchy:
dropbox.com/s/acn0bo320u4ey6m/pin_to_pin_new.capx
I almost never use Pin now, hierarchy works much better imo.
im_pro_viz You need to add this object to a family. Then you can pick one instance of the family and one instance of the object and add them to the hierarchy.
Make a good use of pin behavior to achieve such chain hierarchy: https://www.dropbox.com/s/acn0bo320u4ey6m/pin_to_pin_new.capx?dl=0
https://www.dropbox.com/s/acn0bo320u4ey6m/pin_to_pin_new.capx?dl=0
this is not the case. this is not a hierarchical chain.
I almost never use Pin now, hierarchy works much better imo. im_pro_viz You need to add this object to a family. Then you can pick one instance of the family and one instance of the object and add them to the hierarchy.
in this case, I can connect only two instances. But what if there are many?
Develop games in your browser. Powerful, performant & highly capable.
I'm sorry guys. You were both right. in the pin example, I can use a hierarchy instead of pin, and everything works the way I need. Thank you so much.