hi i have had a bit of a search but havent really found anything useful, im trying to rotate the cameras angle when pressing the right key (rotate right) but the angle always resets itself how would i make to keep adding to the angle if it is help in and not go back to the first angle settings?
sync rate 60
sync on
autocam off
mapsize=500
sky=5001
load image "sky.bmp",sky
make object sphere sky,(-mapsize*2)
texture object sky,sky
position object sky,mapsize/2,0,mapsize/2
make object sphere 1,5
position object 1,35,0,35
position camera 35,0,35
do
control camera using arrowkeys 0,1,1
if shiftkey()=1 then rotate camera 0,0,-1
sync
loop
i have also tried a couple of other questions.
any help is appreciated