The below code runs without any errors, but it absolutely refuses to go to fullscreen.
Not only that, changing the setscreen command to make the width-height 1024 by 768 has no effect at all. :/
SETSCREEN 640, 480, 1
LOADSPRITE "starfield.bmp", 0
SPRITE 0, 0, 0
USEASBMP
WHILE 1
GOSUB draw
WEND
SUB draw:
SHOWSCREEN
ENDSUB
What's your specs? What version do you use?
I dont understand youre problem, it works!
SETSCREEN 640, 480, 1
FOR i=0 TO 500
PRINT ".", RND(640), RND(480)
NEXT
USEASBMP //Save as background
WHILE 1
GOSUB draw
WEND
SUB draw:
SHOWSCREEN
ENDSUB
Doesn't work for me. :/
Gernot, I'm using version 4.181 - latest one.
This only just started not working, btw.
Fullscreen not in demo version. Limited to 640x480, too.