Game Development Community

Unloading images

by Joy Box · in Torque Game Builder · 01/04/2006 (4:01 am) · 1 replies

Can i unload a script file
can i unload images

i want to decrease the Memory required by my game is there any more tips?

thanks for help.

#1
02/16/2006 (10:20 am)
I think this thread will answer a lot of your questions.

It would appear that calling %object.safeDelete(); will unload the image from memory.