Hi proshooter,
The thing about DarkBASIC and other rapi-development, high level languages is that when you want to load a file, any kind of file, you need to use a string. You don't need to load the location or filename into a string, but you need to use "" to show DB that it's a string. One thing that is DB-specific, is you need to tell it what image in the "list of loaded images" you want it to load to. I believe DB can hold up to something like 65,000 images. Try using
LOAD IMAGE "BitMapping\ship.bmp",1
The reason for including BitMapping in the file name is because I am assuming that your code is in a folder, which has a folder inside it called Bitmapping which contains your sprite.
If you have any more questions on coding this stuff just drop a post, I'll watch this thread for awhile.
hope I could help,
Juvy
Juvenile Industries
Current Project: The First Room (FPS)
Side Projects: SHIPWRECK, the boss's school project