thx ..yes i found a way to convert all this in jpg format
and i found the fuction that can simply load all this at the same time
for t = 1 to 98
load image "t.gif", t
next t
i tried this but that does not work...i found by searching in the forum the right code here it is:
for t = 1 to 98
load image ""+str$(t)".jpg",t
next t
"t" must be converted to a string before using it in "load image"
i ve got a new problem now it is adding multiple files to your media ,ctrl+a is not allowed ,and folder attaching don't work too.
the creator