Can anyone help me with making a camera go up an incline? Because apparenty I haven't been able to, here's the script I'm using:
sync on : sync rate 0 : hide mouse : color backdrop rgb(100,100,255)
set text transparent : set text font "Arial" : set text size 20
automatic camera collision 0,20,0
load object "second.3ds",1
REM Lighting:
make light 1
set point light 1,0,40,20
REM Object creation:
make object box 4,80,90,5
rotate object 4,90,90,20
position object 4,70,10,-180
position camera 0,-150,50,-100
set object collision on 1
REM Object 1 is the terrain of the game
rem loop
do
control camera using arrowkeys 0,2,3
rem Add gravity to camera to test automatic collision
position camera camera position x(),camera position y()-0.5,camera position z()
sync
loop
Hmmm... I can't think of a signature
(How original)