Ordering in SimSets
by Tim Saunders · in Torque Game Builder · 08/10/2006 (11:24 am) · 2 replies
Hello,
Is there a way to sort items in a simset once they have been put into it other than using the BringToFront or PushToBack commands?
Is there a way of swapping the position of two items? I have a Simset where the order is important throughout the set.
Is there a way to sort items in a simset once they have been put into it other than using the BringToFront or PushToBack commands?
Is there a way of swapping the position of two items? I have a Simset where the order is important throughout the set.
About the author
#2
It's great to see TGB improving all the time, it has really come on leaps and bounds since I started using it. Keep up the good work.
08/11/2006 (1:41 pm)
Great! Thanks very much for the prompt reply. It's great to see TGB improving all the time, it has really come on leaps and bounds since I started using it. Keep up the good work.
Torque 3D Owner Matthew Langley
Torque
Create the set and objects.
Now add them, with 3 being added before 2
When I do listObjects I see
Now call this
and after another listObjects
It will place the first one passed before the second one passed.