Maybe I should just post all the code:
sync on
sync rate 30
hide mouse
for i = 1 to 75
make object sphere i, 10
position object i, rnd(1000), rnd(1000), rnd(1000)
next i
make object box 80,1,1,3
color object 80, 1500
make object box 90,1,1,3
move object 90,10
color object 90,50505
color backdrop 0
`game loop
do
pitch object up 90, joystick y() / 100
turn object right 90, joystick x() /100
roll object right 90, joystick twist z() /100
set object to object orientation 80,90
point object 80, object position x(90), object position y(90), object position z(90)
if upkey()=1 then pitch object up 90, 180
move object 90, 5
move object 80, 5
position camera object position x(90),object position y(90),object position z(90)
pitch camera down 9
move camera -30
pitch camera up 9
set camera to object orientation 90
sync
loop
"There will always be evil, for, without evil, the good shall lose their virtue."