Hi,
here I am with the next question:
I'm working on a little programm and now, I want to have a background image. With:
LOAD Bitmap "main.bmp", 1
set current bitmap 0
get image 1,18,17,156,196
copy bitmap 1,0
I get the image onto the screen, but everytime I choose an option from the menue, the background turns black again. So I put the code to every function of the program, but still, when I switch to another option, the background turns black for a moment. Is there a way to generate a constant background-image? Where and how would I do it?
Many thanks in advance,
best regards!