one object that moves at random....
sync on:sync rate 60
make object sphere 1,1
position camera 100,100,-100
point camera 100,100,0
position object 1,100,100,0
point object 1,0,0,0
distance=10
do
repeat
move object 1,0.5
traveled#=traveled#+0.5
sync
until traveled#>=distance
point object 1,rnd(200),rnd(200),0
distance=rnd(20)+2
traveled#=0
loop
hope thats what you meant, cheers.
Mentor.
PC1: P4 hyperthreading 3ghz, 1gig mem, 2x160gig hd`s, Nvidia FX5900 gfx, 6 way surround sound, PC2: AMD 1.2ghz, 512mb ram, FX5200 ultra gfx, stereo 16 bit soundblaster.