Hello, All
Sorry to be a pain, i'm prolly asking all the same old questions, but i've done the following code:
Graphics 600,600
SetBuffer BackBuffer()
Global GameDevelopment = LoadImage("Cubies.bmp")
DrawImage GameDevelopment,0,0
When i hit F5 to run the code, it loads the window but forgets to load the image, and it also brings up a window "Programe Ended" when I move the promtp window the image appears, why does this happen?
Sorry to be a pain, i'm prolly asking all the same old questions, but i've done the following code:
Graphics 600,600
SetBuffer BackBuffer()
Global GameDevelopment = LoadImage("Cubies.bmp")
DrawImage GameDevelopment,0,0
When i hit F5 to run the code, it loads the window but forgets to load the image, and it also brings up a window "Programe Ended" when I move the promtp window the image appears, why does this happen?