Ah, now thats very simple to fix:
rem DELETE THIS LINE IN YOUR SOURCE
set camera to follow x#,y#,z#,oby#,20,y#+15,3,1
rem REPLACE IT WITH THIS
position camera object position x(1),object position y(1),object position z(1)
if you want the camera to be atop of the tank, then just put +15 behind "object position y(1)"
btw, about your "print" x/y/z:
rem OLD, replace it
set cursor 240,50:print "x"
set cursor 250,50:print x#
set cursor 330,50:print "y"
set cursor 370,50:print y#
set cursor 440,50:print "z"
set cursor 470,50:print z#
rem with this
set cursor 10,10 : print "X: ", x#
set cursor 10,25 : print "Y: ", y#
set cursor 10,40 : print "Z: ", z#
it will make a nice clean list of it,
<you dont have to change it if you want to>
Quote: "
Amd 2500+ | 1024mb pc2700 | A7N8X-X | Geforce4 ti 4200 128mb"