Try this code:
sync rate 0
sync on
load image "picture.bmp",1
do
paste image 1,0,0
loop
As you can see - there is no SYNC command in this code which means that, technically, you should never see anything display on-screen, right?
That isn't the case in DB though because the fact you're pasting images is filling up the video memory of your graphics card. It can only take so much and eventually it will dump it out (i.e. display it). On my graphics card this takes about 12 seconds to happen.
So as I said before - the advice given here in this thread so far is sound, but you need to bear in mind that the video WILL display whatever it feels like, without you being able to stop it, if you don't look after it with your code (as shown in the code I pasted above).
Cheers,
Rich
"Gentlemen, we are about to short-circuit the Universe!"
DB Team / Atari ST / DarkForge / Retro Gaming