Nice car...
Anyway - it looks like you might be misunderstanding something.
you've got
point camera car#, car#, car#+5 which doesn't really make sense. How can
car# hold the values for the x,y and z position of your car?
Make variables like px#, py# and pz#. Let these three values hold the x, y and z position of your car.
Then use something like:
camerapx# = newxvalue(px#, 0, 50)
camerapz# = newzvalue(pz#, 0, 50)
camerapy# = py# + 10
position camera camerapx#, camerapy#, camerapz#
point camera px#, py#, pz#
I'm not sure if you're familiar with the
newx/zvalue commands, but they'll find a point in space, using cos/sine, which will be 50 units away from the 1st parameter (px#/pz#). The 2nd parameter, 0, is at which angle these commands work. Change it to 90, 180, 270 and you'll get side on and frontal type views.
After a while, you might find it a good idea to change the 2nd Parameter to be the current facing angle of you car (the y angle).
Hope this helps...
I opened the case to my PC today and thought, my exhaust fan sucks.