I am using DarkBasic Pro, and whenever I try to get sprites to work all I get is a black screen. This is the code I used.
LOAD BITMAP "C:\dbcircle.bmp", 1
SPRITE 1,170,90,1
WAIT KEY
END
And I've also tried
LOAD BITMAP "C:\dbcircle.bmp", 1
GET IMAGE 1, 0,0,102,90
SPRITE 1,170,90,1
WAIT KEY
END
... as the stupid Premier's beginner's guide to DarkBasic game programming says and it wont work either. Something I'm doing wrong or is my program acting up again? I've had problems with DBP before where it wouldn't show my code as I typed it, and it wouldn't come back till I reinstalled it and another problem that had me reinstalling it was that any .exe I would make would simply freeze up on my desktop and not work... That seemed to happen whenever I messed with the project manager...
So yeah, any help would be great, I don't know if it's me or the program... I'm just about to throw this thing out the window, lol.
EDIT: Oh yeah, and I've tried putting it in the same directory as the image and gotten rid of the C:db as well and that didn't work either