why wont this code work?
` load bitmaps and convert to images
LOAD BITMAP "media/menu/main_NON.bmp",1
LOAD BITMAP "media/menu/main_NEW.bmp",2
LOAD BITMAP "media/menu/main_LOAD.bmp",3
LOAD BITMAP "media/menu/main_OPT.bmp",4
LOAD BITMAP "media/menu/main_CRED.bmp",5
LOAD BITMAP "media/main/main_FIN.bmp",6
FOR a = 1 TO 6
SET CURRENT BITMAP a
GET IMAGE a,1,1,640,480
NEXT a
The error message is:
'RUNTIME ERROR AT LINE 18 : FILE DOES NOT EXIST'
my games are only as good as the people who play them...
so if my game is crap then its your f******g fault!