HERE IS THE CODE I WAS USING AS A TEST.
i tried to post this in the code part of the reply section,
but it didn't show up...don't know why...
(and that smiley face is unintentional...)
sync on
sync rate 0
SET DIR "C

ocuments and SettingsUserMy DocumentsMy Pictures"
SET DISPLAY MODE 1024, 768, 32
SET CAMERA ROTATION XYZ
COLOR BACKDROP 0
POSITION CAMERA 0,0,0
ROTATE CAMERA 0,0,0
LOAD OBJECT "star1.x",1
load object "star2.x",2
load object "star3.x",3
make object sphere 4,10
make object sphere 5,10
make object sphere 6,10
do
control camera using arrowkeys 0,5,5
position object 1,mousex(),mousey(),mousez()
position object 2,mousez(),mousex(),mousey()
position object 3,mousey(),mousez(),mousex()
position object 4,mousex(),mousex(),mousex()
position object 5,mousey(),mousey(),mousey()
position object 6,mousez(),mousez(),mousez()
sync
loop