Well, first off I'm going to try and save you from being flamed...don't use caps in thread titles
To fix the problem, do something like this
`bla
position camera 0,10,0
global Camx#=0.0
global Camz#=0.0
global Cama#=0.0
do
if upkey()=1 then inc Camx#,sin(Cama#)*1 : inc Camz#,cos(Cama#)*1
if downkey()=1 then inc Camx#,sin(wrapvalue(Cama#-180))*1 : inc Camz#,cos(wrapvalue(Cama#-180))*1
if rightkey()=1 then inc Cama#,3
if leftkey()=1 then dec Cama#,3
position camera Camx#,10,Camz#
rotate camera 90,Cama#,0
sync
loop
FunkyStickmen: Battle of the Races (1%)
