ok so my current code is this
sync on
sync rate 120
backdrop on
autocam off
rem colors camera
color backdrop 250
rem make and position object
make object sphere 1,100
POSITION OBJECT 1,100,100,100
color object 1,200
rem make and position matrix
make matrix 2,10000,10000,50,50
POSITION matrix 2,0,0,0
rem make and position camera
make camera 3,
POSITION camera 3,0,0,0
point camera 3,100,100,100
do
Rem Control input for camera
If rightkey()=1 then turn camera right 3,1
If leftkey()=1 then turn camera left 3,1
if upkey()=1 then move camera 3,1
if downkey()=1 then move camera 3,-1
Rem Refresh Screen
Sync
loop
what i want to change this to is WASD move forward(w) left(a) down(s) right(d).then have the camera face the courser(mouse)
but i don't have any idea how to make it move using this method
this is just for practice as ive never really explored far into darkbasic pro.
lol also wheres the default save location for windows XP...