Every time I run this it starts and auto exit
if I try windowed it makes a window error.
but If I dont use any Image it works fine
even tryed to use Global ship before the load... nothing works this must be a bug!
let me guess Blitz cant use gif file?
there should really be an option to delete our own post
if I try windowed it makes a window error.
but If I dont use any Image it works fine
even tryed to use Global ship before the load... nothing works this must be a bug!
Graphics 800,600,32 SetBuffer BackBuffer() Cls ship=LoadImage("img/ship3.jpg") Text 0,10, "This is some text printed on the graphic screen (and a white box)! Press ESC ..." Rect 100,100,200,200,1 DrawImage ship,50,50 Flip WaitKey() End
let me guess Blitz cant use gif file?
there should really be an option to delete our own post