Hi,
I am working on a project that displays full-screen images. I was wondering if I need to have each image removed from memory, once the user chooses a different image to look at. Here is an example of what I have (and there are almost 60 images in this app)
local myImages = {
“DHS-logo.jpg”,
“Book-Cover.jpg”,
“also-by.jpg”,
Would I need to add code somewhere to tell each image to flush itself from memory? If so, can someone give an example? Thank you. [import]uid: 10083 topic_id: 2751 reply_id: 302751[/import]