12-06-2022, 05:47 PM
That's a start.
I got an "image handle" error until I added a preview shot of the bmp as a screen (and somehow this made the image handle error go away).
Just added the lines under loadimage for the file
I'm a little baffled myself how that fixed the error, I was just trying to see if the bmp was loading right.
I got an "image handle" error until I added a preview shot of the bmp as a screen (and somehow this made the image handle error go away).
Just added the lines under loadimage for the file
Code: (Select All)
afile$ = "trekn.bmp"
hv = _LoadImage(afile$, 32)
Screen hv
Do
_Limit 60
Loop Until InKey$ <> ""
I'm a little baffled myself how that fixed the error, I was just trying to see if the bmp was loading right.