wat does that mean? look at my code ok, i want it to load the image "player.bmp" but in not work:
Repeat
Graphics 640,480,32,1
Color Rnd(0,255),Rnd(100,255),Rnd(50,255)
Rect 0,0,640,480
Global gfx1
Global gfx1=LoadImage("player.bmp")
WaitKey()
End
Stop Until End
why does it not work?
Repeat
Graphics 640,480,32,1
Color Rnd(0,255),Rnd(100,255),Rnd(50,255)
Rect 0,0,640,480
Global gfx1
Global gfx1=LoadImage("player.bmp")
WaitKey()
End
Stop Until End
why does it not work?