how import several pictures (in table) of website with http request and draw and clear in memory ?

for my project quiz with pictures
I need to import photos of my website

for example

i have : images[] = {“flag”,“tree”,“flight”,…}

corresponding to http://…flag.jpg
http://…flight.jpg

draw images
clear images for memory ( garbage collector )

it’s interresting for quiz or animations

Other question : Is it possible to import a library in codea (record in website page), use require command and execute ?

thanks for your answers

http://www.twolivesleft.com/Codea/Talk/discussion/745/destruct-an-image-object

if you are looking for a way to destruct images the above link may help unless I didn’t understood the whole questions.

See http://twolivesleft.com/Codea/Talk/discussion/1074/web-image-loader-class-for-1.4 for a class to help with that.

thanks i think this class can help me and destruct image too