Hi guys, I'm actually struggling to figure out something I presume is simple.
I have a family of objects, every x seconds I would like to spawn a object from the family at the last instances x.
Imagine a endless train, I have the family with the train, and I need to spawn another cartage at the last carriages instance, I have a image point on each object in the family called "Back" so I tried simply Family.CreateObject, at image point "Back" But that did not work. I tried system.create object at Family.imagepointX("Back"). But no luck <img src="smileys/smiley6.gif" border="0" align="middle" />
Anyone have a quick fix?
Thanks.