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 / ANY GAME WITH THIS ?

Author
Message
Tantrik
20
Years of Service
User Offline
Joined: 20th Apr 2004
Location: India
Posted: 20th Apr 2004 17:16
I have bought DBC and 3dgamecreator.

I could not find a game in any DB site or showcase which
uses the Right arrow/left arrow to turn right and left(for a gun say); it is always done with mouse.

Say for a shooter game the gun is always set with mouse; which means
aiming the gun with mouse and firing with ..say cntrl button and moving forward/backward with up down arrow.

Is it a defect in DBC?

I am soooo idiot
Scouseknight
20
Years of Service
User Offline
Joined: 15th Mar 2004
Location: Bootle, Merseyside, UK
Posted: 20th Apr 2004 17:20
It's just they way the developer has decided to code the game it has nothing to do with DBC rest assured

Mentor
22
Years of Service
User Offline
Joined: 27th Aug 2002
Location: United Kingdom
Posted: 20th Apr 2004 22:58
sync on:sync rate 60
rem simple scene
for i=1 to 200
make object cube i,rnd(5)
position object i,rnd(100),0,rnd(100)
next i

do
if leftkey() then turn camera left 1
if rightkey() then turn camera right 1
if upkey() then move camera 0.2
if downkey() then move camera -0.2
sync
loop

cheers.

Mentor.

PC1: P4 hyperthreading 3ghz, 1gig mem, 2x160gig hd`s, ATI radeon 9800 pro gfx, 6 way surround sound, PC2: AMD 1.2ghz, 512mb ram, FX5200 ultra gfx, stereo 16 bit soundblaster, ups.

Login to post a reply

Server time is: 2024-09-22 06:27:33
Your offset time is: 2024-09-22 06:27:33