Two ways. First like this:
set display mode 640,480,32
sync on :sync rate 85 : draw to front
set text font "arial" : set text size 20
set text to bold : set text transparent
load bitmap "back.jpg",1
load bitmap "opcje.jpg",2
copy bitmap 1,0
sync
sleep 500000
Or (this is a better way):
set display mode 640,480,32
sync on :sync rate 85 : draw to front
set text font "arial" : set text size 20
set text to bold : set text transparent
load image "back.jpg",1,1
load image "opcje.jpg",2,1
paste image 1,0,0
sync
sleep 500000
Cheers,
Rich
"Gentlemen, we are about to short-circuit the Universe!"
DB Team / Atari ST / DarkForge / Retro Gaming