Game Development Community

Shift-Drag to copy objects doesn't put them in the same SimGroup... need help

by Nicolai Dutka · in Torque Game Engine Advanced · 07/07/2009 (3:11 pm) · 2 replies

We use code to create all our objects, so nothing is hand placed. Our code automatically organizes objects into simgroups based on certain criteria. It's often faster to shift/drag objects to make copies, but the copy doesn't go into the same simGroup that the parent object resides in. Is there a way to fix this?

#1
07/14/2009 (11:22 pm)
hi there,
just select your simGroup with Alt button and then copy your stuff !
#2
07/17/2009 (11:16 am)
o.O I can't believe I never learned that! THANKS!!!