Hmm, interesting, and sad :/

Well, I'll explain.. when I'm using DelphiX and I'm animating images (in the qurrent project), I have just done 5 DIFFERENT FILES for each frame. Must sound horrible, but it really does work. Qurrent system loads in the beginning all those images from grf- folder to DelphiX's ImageList and after that, I'm able to use them all without loading them from folder. Images are small, there are probably 10-20mb of them. Isn't this really possible in Asphyre? To load all the images in startup to lists and later use them from the list?

DrawImage(image+f(frame), x,y, w,h)...

Well, that's really true, I'm in love that system.. :D need some therapy..

Thanks for the Uses- tip! I'll try it immediately. Probably it helps :-)

Hmm, well, umm. Probably I must adapt, though it hurts me. I'll just have to study those examples and your program to get this all. Too sad there aren't good tutorials for Asphyre!