Yes, that's maybe true. Well.

I got it working. Basic problems are now away. Just very simple graphics; that's all I had to achieve now.

Thanks for help! It really helped. Though I'm too stubborn to do things in right way.. some weird neurotic habits.. well, that's how I did it, could someone tell me how dumb is this:


First images are loaded from their directory; there's loadimage- procedure. It adds all the images from given folder to the AsphyreImages. Tolerance etc. sizes can be invidually changed for each image..

Then just, simply, I draw images with AsphyreCanvas' different procedures..

Umm, that wasn't so new.. well, anyway. Does it make the program heavier in memory usage etc. when I load them straight from folder to AsphyreImages and destroy everything in the end? I load all the images in the beginning so there will be no loading of new images when the game has started..