Hallo PeeJayGee... I had a look to your code...but just a black screen ...I try to mend it and was even worst...I made this short piece of code ... I think, that perhaps you should color object by:
color object( xxx) rgb(rnd(255),rnd(255),rnd(255))
Cheers.
autocam off
sync on
for i= 1 to 1300
make object box i,5,5,5
color object i,rgb(rnd(255),rnd(255),rnd(255))
position object i,-150+rnd(300),rnd(300),rnd(1300)
next i
position camera 80,150,-150
point camera 0,150,0
do
for i= 1 to 1300
if rnd(300)=2
position object i,-150+rnd(300),rnd(300),rnd(1300)
endif
next i
for i= 1 to 1300
zrotate object i,rnd(226)
move object i,-5
next i
sync
loop
oh my god