@Grog Grueslayer
I don't know why there is a wait key there. It's not there in the original code. And i tried the code you provided and unfortunatly that didn't work either.
So, currently, I have this and another image (one that came with db pro), in a folder called "Media". I can load image "metal" but i can't load image "backround". I've checked, they have the same properties except for the file size and dimensions. In essance, this works
sync on
sync rate 60
Load Image "Media\metal.bmp", 1
do
paste image 1, 0, 0
sync
loop
and this doesn't
sync on
sync rate 60
Load Image "Media\backround.bmp", 1
do
paste image 1, 0, 0
sync
loop
So it's not the code, it must be something with the image. It must be somehting with the image. I just can't figure out what.
details....