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.

Author
Message
TMK123
22
Years of Service
User Offline
Joined: 15th Feb 2003
Location:
Posted: 15th Feb 2003 09:35
hello im considering buying this program is it as good or better then gamestudio which i use now and is the coding alittle easyer then c-script ?

thanks
TMK!
WarWolf
22
Years of Service
User Offline
Joined: 27th Aug 2002
Location: Sweden
Posted: 15th Feb 2003 12:21
DarkBasic PRO is clearly better than GameStudio, and alot easier too.

I didn't steal it!
TMK123
22
Years of Service
User Offline
Joined: 15th Feb 2003
Location:
Posted: 15th Feb 2003 23:12
plz explain why

Shadow Robert
22
Years of Service
User Offline
Joined: 22nd Sep 2002
Location: Hertfordshire, England
Posted: 15th Feb 2003 23:17
try the trial... no more needs to be said

Tsu'va Oni Ni Jyuuko Fiori Sei Tau!
One block follows the suit ... the whole suit of blocks is the path ... what have you found?
Rob K
Retired Moderator
22
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 16th Feb 2003 01:02
NO DON'T!!!

The trial is infamously full of bugs and hasn't been properly updated like the retail version.

NOBODY has a forum name as stupid as Darth Shader. I do.
Shadow Robert
22
Years of Service
User Offline
Joined: 22nd Sep 2002
Location: Hertfordshire, England
Posted: 16th Feb 2003 04:47
he wants to know how different the scripting is... not stability of functions

Tsu'va Oni Ni Jyuuko Fiori Sei Tau!
One block follows the suit ... the whole suit of blocks is the path ... what have you found?
TMK123
22
Years of Service
User Offline
Joined: 15th Feb 2003
Location:
Posted: 16th Feb 2003 06:04
ok guys thanks i love the scripting very easy

TMK123
22
Years of Service
User Offline
Joined: 15th Feb 2003
Location:
Posted: 16th Feb 2003 06:13
also one more question in c-script u write to tilt a object like this how do u do it in this dpb script?

action name
{
my.tilt = my.tilt + 5;
}
thanks
TMK123
22
Years of Service
User Offline
Joined: 15th Feb 2003
Location:
Posted: 16th Feb 2003 06:14
just to compare
MrTAToad
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: United Kingdom
Posted: 16th Feb 2003 09:58
Why does everyone insist on calling it a script. Its code, not a script!

Script is just for controlling actions of objects.

As for your your question, you've got X/Y/ZROTATE, ROLL OBJECT or PITCH OBJECT...

Good news everyone! I really am THAT good...
http://www.nickk.nildram.co.uk/ for great plug-ins - oh my, yes!
MrTAToad
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: United Kingdom
Posted: 16th Feb 2003 09:59
And I forgot to add script is normally read from an external file.

Good news everyone! I really am THAT good...
http://www.nickk.nildram.co.uk/ for great plug-ins - oh my, yes!
Rob K
Retired Moderator
22
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 16th Feb 2003 12:18
==> C Script

action name
{
my.tilt = my.tilt + 5;
}
thanks

==> DBP Basic

function name()
xrotate object 1,Object Angle X(1)+0.1
endfunction

where 1 is the number assigned to your object

the most useful advantage of this system is that you can do this:

for i = 1 to 100
rem Rotate Each object 10 degrees
XROTATE OBJECT i,Object Angle X(i)+10
next i

NOBODY has a forum name as stupid as Darth Shader. I do.
Shadow Robert
22
Years of Service
User Offline
Joined: 22nd Sep 2002
Location: Hertfordshire, England
Posted: 16th Feb 2003 15:48
Toad we could all get into the problems with it being called Code as well becuase it isn't code it is a script of a language which is then converted into machine code

really should be called a program document hehee (^_^)

Tsu'va Oni Ni Jyuuko Fiori Sei Tau!
One block follows the suit ... the whole suit of blocks is the path ... what have you found?
TMK123
22
Years of Service
User Offline
Joined: 15th Feb 2003
Location:
Posted: 16th Feb 2003 21:52
a code is a few keywords a script is a full well script i do come from java and prior scripting stuff darth
thank you much and all the rest of you
Rob K
Retired Moderator
22
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 16th Feb 2003 22:35
just ignore Raven - he can argue about absolutely anything

NOBODY has a forum name as stupid as Darth Shader. I do.
Shadow Robert
22
Years of Service
User Offline
Joined: 22nd Sep 2002
Location: Hertfordshire, England
Posted: 16th Feb 2003 22:39
yup but i'm damn'd good at it no?

Tsu'va Oni Ni Jyuuko Fiori Sei Tau!
One block follows the suit ... the whole suit of blocks is the path ... what have you found?
Rob K
Retired Moderator
22
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 17th Feb 2003 00:27
^^ he could even argue about arguing

NOBODY has a forum name as stupid as Darth Shader. I do.
Rob K
Retired Moderator
22
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 17th Feb 2003 00:27
and you are only good at it in the sense that you can always pick a fight - not that you always win it

NOBODY has a forum name as stupid as Darth Shader. I do.
TMK123
22
Years of Service
User Offline
Joined: 15th Feb 2003
Location:
Posted: 17th Feb 2003 02:20
lol im starting too like this community also hehe :p
Shadow Robert
22
Years of Service
User Offline
Joined: 22nd Sep 2002
Location: Hertfordshire, England
Posted: 17th Feb 2003 02:21
lmao... might not always win, but i don't know anyone who can't win 100% of the arugments 100% of the time

think i'm still somewhere in the high 80-90s with my win ratio (^_^)

Tsu'va Oni Ni Jyuuko Fiori Sei Tau!
One block follows the suit ... the whole suit of blocks is the path ... what have you found?
Arrow
22
Years of Service
User Offline
Joined: 1st Jan 2003
Location: United States
Posted: 17th Feb 2003 06:02
As long as it's a good arugment, I don't care who wins, I take plessure in the fact that I'm having fun.

Am I a butterfly dreaming I'm a man?
Or a bowling ball dreaming I'm a plate of samishi?
Never assume that what you see or feel is real.
TMK123
22
Years of Service
User Offline
Joined: 15th Feb 2003
Location:
Posted: 17th Feb 2003 10:14
just downloaded the demo anyone know a good scripting tutorial for a beginner?
Rob K
Retired Moderator
22
Years of Service
User Offline
Joined: 10th Sep 2002
Location: Surrey, United Kingdom
Posted: 17th Feb 2003 12:51
Look under the Principles section of the help files.

If you want a good tutorial on using DarkBASIC look at the Limit Rush source code tutorial - http://www.darkbasicplanet.com (The code won't compile under DBP currently - if you want the DBP code mail me)

NOBODY has a forum name as stupid as Darth Shader. I do.
TMK123
22
Years of Service
User Offline
Joined: 15th Feb 2003
Location:
Posted: 17th Feb 2003 22:55
k thnx
MrTAToad
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: United Kingdom
Posted: 19th Feb 2003 13:18
And there are plenty of plug-ins you can use. Some of which I've posted the CODE of...

Good news everyone! I really am THAT good...
http://www.nickk.nildram.co.uk/ for great plug-ins - oh my, yes!

Login to post a reply

Server time is: 2025-05-18 15:31:02
Your offset time is: 2025-05-18 15:31:02