Im a major noob and I need help!
Rem Project: 00key
Rem Created: 6/29/2007 8:57:26 AM
Rem ***** Main Source File *****
sync on
load object "new gun.x",1
rem position gun-------------------------------
lock object on 1
scale object 1,2,2,4
rotate object 1,270,0,0
position object 1,0.5,-1,1
disable object zdepth 1
rem matrix comands------------------------------
make matrix 1,100,100,10,10
rem camera comands------------------------------
set camera range 0.1,5000
position camera 2,4,0
rotate camera 0,45,0
rem buildings-----------------------------------
make object box 2,10,7,10
position object 2, 50,1.9,50
make object box 3,10,7,10
position object 3,75,1.9,50
make object plain 4,100,5
position object 4,50,0,0
rem do-------------------------------------------
do
control camera using arrowkeys 0,0.1,1
sync
loop
Why is the camera up high instead of on the matrix?