make matrix 1,1000,1000,25,25
load object "H-usa-move.x",1
Yrotate object 1,180
scale object 1,500,500,500
do
sync on
sync rate 100
if upkey()=1 and object playing(1)=0 then loop object 1,4
if upkey()=0 then stop object 1
if upkey()=1 then move object 1,-4
if leftkey()=1 then yrotate object 1,wrapvalue(object angle y(1)-3)
if rightkey()=1 then yrotate object 1,wrapvalue(object angle y(1)+3)
xp= object position x(1)
yp= object position y(1)
zp= object position z(1)
position camera xp, yp+10,zp-20
loop
that code makes a mtrix and laods a guy from dark matter. when u press they up key he starts walking and the walking animation plays. but then when he walks to the sides and or direction the camera gets all jumpy. it seems as if u are walking on a randomized matrix that is all mountains. it is very!!!! bumpy. can someone please fix my code?
never achive your goals... cause if you do then what is next????