Hi,
I wonder what's the problem here:
Rem Project: Dark Basic Pro Project
Rem Created: Sunday, July 24, 2011
Rem ***** Main Source File *****
rem D:\Program Files\The Game Creators\Dark Basic Professional Online\Projects\Projektek\proba
SET DIR "D:\Program Files\The Game Creators\Dark Basic Professional Online\Projects\Projektek\proba"
LOAD IMAGE "fire.bmp", 0
DO
SPRITE 0, mousex(), mousey(), 0
LOOP
I attached, how the folder look like.
I tried set dir after I wasn't able to set that path.
So I am clueless.
1. I saved the project right beside the image. (I realised that the application is created in my user folder at the C: drive) Did not help.
2. Then I set direct path (giving the full path to the Load Image command). Did not help.
3. Then I tried (instead of folder.jpg) the fire.bmp, suspecting that maybe some image format problem is behind the problem. Did not help.
4. Then I tried to set the working directory runtime. Did not help.
Actually, to make this mini program should not take this long...
I never thought that I had to ask a simple load image at the forums
.
Thanks for any help.