OK, so I can load images, and give them a specific index number. Presumably they sit in memory somewhere.
How do you 'unload' things. Say, for example, you want to free up all the memory your frontend is taking up once you're into the game, so you can then re-use the index's, and obviously free up the memory.
Or, what happens when I load another file over the same index? Does the old one get deleted from memory, or get moved somewhere else? Is there any danger in doign this?
Cheers,
Stu xxx
www.Retrodev.co.uk
Grunge Game Developers