Game Development Community

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.

#1
05/31/2006 (2:13 pm)
Good suggestion, its something i dont like about it either, though for the life of me i cant remember why i didnt bring it up myself. Ill be sure to bring this up at our next TGB usability meeting!
#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.