make matrix 1,500,500,30,30
make object sphere 1,1
randomize matrix 1,5
hide object 1
make object sphere 2,50
do
set camera to follow x#,y#+15,z#,ya#,65,60,1,1
point camera x#,y#,z#
update matrix 1
ya#=object angle y(1)
x#=object position x(1)
y#=object position y(1)
z#=object position z(1)
rotate object 2,xr#,ya#,0
mh#=get ground height(1,x#,z#)
position object 1,x#,mh#+1,z#
position object 2,x#,mh#+25,z#
if upkey()=1 then move object 1,3 : xr#=xr#+10
if downkey()=1 then move object 1,-3 : xr#=xr#-10
if leftkey()=1 then yrotate object 1,ya#-3
if rightkey()=1 then yrotate object 1,ya#+3
loop
(Did i do that right..)?
I think the one in codebase was kinda big, but i dont know what it is, 'cause i couldnt get it to work..
Im pretty sure most people can do this, but for the rest of you..
uh..
Here it is.
You dont know Jack...
But he's hunting you down.