Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / 3d Problem

Author
Message
cynical_bob
20
Years of Service
User Offline
Joined: 15th Jan 2004
Location: New Zealand
Posted: 15th Jan 2004 12:09
This may seem a bit obvious to anybody experienced, but obviously, i am not.
I have just gotten the trial version for dark basic, and, following the "Limit Rush" tutorials, found something really weird.

It was tutorial "3.4) 3D object controls", moving a 3d primative move with the keyboard,which worked, so I decided to replace it with a *.3ds object (which dark basic supports, apparently). I downloaded one and loaded it right, and compiled it(worked fine), but when it ran, it said:

"runtime error at line 19. Object does not exist"

Line 19 is "LOOP" (from the DO loop)

Is this because of the trial version, or am I doing something wrong?

Any help is appreciated,
Thanks.
Mougli
20
Years of Service
User Offline
Joined: 10th Dec 2003
Location: United Kingdom
Posted: 15th Jan 2004 12:15
the
line load object "dragster.3ds", 1 `"make object cube 1,10" was fine

should be :

load object "dragster.3ds",1:`"make object cube 1,10" was fine

or:

load object "dragster.3ds",1
`"make object cube 1,10" was fine

it errors at line 19 because it is after the last sync

Is the glass half empty - or half full?
you can have it all - Just not all at once
cynical_bob
20
Years of Service
User Offline
Joined: 15th Jan 2004
Location: New Zealand
Posted: 15th Jan 2004 12:29
right. Why didn't I think of that?
Now i feel stupid.

Thanks for your help, though.

Login to post a reply

Server time is: 2024-09-21 15:55:21
Your offset time is: 2024-09-21 15:55:21