make 3 variables for your camera: camx#, camy#, camz#.
at the top of your program, try this:
camx# = 130.0
camy# = 500.0
camz# = -137.0
position camera camx#, camy#, camz#
point camera camx#, camy# - 10.0, camz# : rem pointing straight down!
then,
change the variables with the key commands like you are now:
if upkey() then inc camz#,1.0
if downkey() then dec camz#,1.0
if leftkey() then dec camx#,1.0
if rightkey() then inc camx#,1.0
if inkey$() = "a" then inc camy#,1.0
if inkey$() = "z" then dec camy#,1.0
then, at the bottom of your loop, put:
position camera camx#,camy#,camz#
that should get you started!
NOTE: the
move camera command moves the camera in the direction it is FACING. also you might need to rotate the plain object so it's on the ZX plane.
good luck! if you have any other questions please post them.
Go Go Gadget DBPRO!

Athlon XP 2400+ || DDR-SDRAM 1GB || Nvidia GeForce 4 Ti4200 AGP 8x 128MB