whats the function supposed to do?
also my mouseover function may be of use in here, such as in your function:
FUNCTION mouseover(x1,y1,x2,y2)
mx=mousex() : my=mousey()
if x1<mx and mx<x2
if y1<my and my<y2
exitfunction 1
endif
endif
endfunction 0
you may need to change your case variable to case#, since case is a command, not sure if it would interfere or not
(wow edit 3)
what are all the small buttons and stuff we'll need little images for?
Im not the media guy but I think I can tackle those
[edit 4]
you left obese off the noobs list, might be accident or intentional but just noticed that
[edit 5 - HOLY CRAP!]
sorry for all these edits but I want answers to em all
why do you only have 4 iterations (I think thats the right word) for your for-next loop in the function, but a case for a fifth in the main loop?
[edit 6]
I dont have the tilesets anymore, could some1 post em?
also it might make things easier to split up the big tileset into several smaller ones based on layers
There are only 10 kinds of people in the world, those who understand binary and those who dont