a screensaver like demo thingy.
cls: sync on : sync rate 30:randomize timer()
load image "normbeatle.png",1
for bug= 1 to 200
load object "beatle.x",bug
yrotate object bug,180:fix object pivot bug
color object bug,rgb(0,0,0):set bump mapping on bug,1
position object bug,0,0,0
next bug
position camera -10,20,0:point camera 0,0,15
do
for bug= 1 to 200
rnd#=rnd(10)+5:move#=rnd#/150
rotate object bug,0,object angle y(bug)+rnd(14)-7,0: move object bug,move#
if object position y(bug)<0 then position object bug,object position x(bug),0,object position z(bug)
if abs(object position x(bug))>15 or abs(object position y(bug))>15
position object bug,0,0,14.9: yrotate object bug,wrapvalue(rnd(360))
endif
next bug
sync
loop
the exe and media is all in the zip. the media is only 26.55 kb