O.K., i have a small little text game, and use some bitmaps for scenery, and to make it some what interesting.
Problem is that I have gosubs to the locations of the game, Menu, Theme picker, and so on... Heres my code...
load bitmap "Menu3.bmp",1
do
if returnkey()=1
gosub theme
endif
loop
theme:
CLS
load bitmap "themepicker2.bmp",2
do
if leftkey()=1
return
endif
loop
why doesnt that work? when i run it, it just appears black... : (
EDIT:
omg, i used to be able to load one bitmap, but not anymore!!!!! whats going on here!!!!
dont assume cause ull make an ass out of you and me!