Hi there,
I would like to use the hingetoobject function, but I don't know how to access one of the istances. I searched the forum for hours, but I got nothing, so any help would be great..
I can access the first object(wich I want to hinge to the other object), but I don't know where to go from there.
Here is the snippet:
for i in range(0, 5):
System.CreateByName("chain", 1, Sprite.X, Sprite.Y + 100 + i*chain.Height)
SOL.chain.SetValue('ID', i)
SOL.chainPhysics.HingeToObject("chain",0,0)
How can I reffer to a specified instance of the chain object?