all,
is GfxModeExists() useful for anything at all?
the code above does not print "error" as expected:
**********'
vh_scrwidth = 800
vh_scrheight = 7000
vh_scrdepth = 0
vh_scrmode = 0
vh_scrcheck=GfxModeExists(vh_scrwidth,vh_scrheight,vh_scrdepth)
If vh_scrcheck=True
Color $FF,$00,$00
Print "error"
EndIf
Graphics vh_scrwidth,vh_scrheight,vh_scrdepth,vh_scrmode
*********
is GfxModeExists() useful for anything at all?
the code above does not print "error" as expected:
**********'
vh_scrwidth = 800
vh_scrheight = 7000
vh_scrdepth = 0
vh_scrmode = 0
vh_scrcheck=GfxModeExists(vh_scrwidth,vh_scrheight,vh_scrdepth)
If vh_scrcheck=True
Color $FF,$00,$00
Print "error"
EndIf
Graphics vh_scrwidth,vh_scrheight,vh_scrdepth,vh_scrmode
*********