Organizing Assets in Level Builder
by Chris Vallance · in Torque Game Builder · 04/17/2006 (11:46 pm) · 2 replies
It would be nice if I could re-arrange my project sprites, scrollers, etc. like in IPhoto. As it is (unless I'm mistaken, and please correct me if I am) the only way to rearrange the pane is to delete (one at a time) and re-import eveything in the desired order. Blecch.
#2
05/31/2006 (2:56 pm)
As far as I know, the datablocks are defined and ordered in the order in which they are compiled/exec'd. So to rearrange them, you'd need to rearrange the order in which they appear in your .cs files and also the order in which the .cs files are exec'd. Maybe this changed with the betas, but I doubt it because it's a core Torque issue.
Torque Owner Anthony Fullmer