I think it here, been along time since I played with the code, plus not yet put darkbasic back on since changing to win 7 and trying to find the bsod problem.
try this bit first
CamDist# = 10.0 :rem how far away from object
how it works, theres an object at the center point of your object and a bar coming out of it at an angle (all these bit are hidden) and then the camera is fixed to the end of the bar.
rem camera link
make object sphere 3,.1
`Make a mesh from the object
MAKE MESH FROM OBJECT 1,3
`Add a limb onto the object using the mesh we just made
ADD LIMB 3,1,1
`Offset the limb 700 units away
OFFSET LIMB 3,1,0,0,10-camz# :`change the 10 to 0 or some other value.
`Hide the limb for lag reduction
HIDE LIMB 3,1
`Hide the dummy object for lag reduction
HIDE OBJECT 3
Dark Physics makes any hot drink go cold.