I am going through the handbook by Alistair. Code below.
The .exe locks up, and I have seen the message "Object not found" (might have been "file not found"). The file is in the same directory as the .dba and project.
I don't see anything wrong with the code. So why is it saying it can't find my .3DS file?? Yes, I checked the spelling of the file name at least 3 times.
SET DISPLAY MODE 640,480,32
COLOR BACKDROP RGB(155,155,0)
BACKDROP ON
LOAD OBJECT "ModelTest.3ds",1
POSITION CAMERA 0,0,-2
DO
TURN OBJECT LEFT 1,1
PITCH OBJECT up 1,1
WAIT 10
LOOP
END
www.mindsclay.com
lucymagus.mindsclay.com