I there, I have a sprite that I would like to act as a container of other objects, just for visual purposes. I'd like to create a new instance of a sprite and position it randomly in the container, x y and angle. Then pin it.
Is this possible? I added a Pin behaviour to one of the objects and attempted to pin it where it was but every object of that type pinned, rather than just one.