make matrix 1,10,10,10,10
make matrix 2,10,10,10,10
position matrix 2,0,2,0
set matrix 2,1,0,0,0,0,0,0
wait key
allows you see the matrix from the underneath, remove line 4 and you can`t see the matrix, to make a cave just randomize the two matrix like this
make matrix 1,10,10,10,10
make matrix 2,10,10,10,10
position matrix 2,0,2,0
set matrix 2,1,0,0,0,0,0,0
randomize matrix 1,2
randomize matrix 2,2
update matrix 1
update matrix 2
do
loop
then link the edges by pulling em down like this
sync on
sync rate 40
make matrix 1,10,10,10,10
make matrix 2,10,10,10,10
position matrix 2,0,2,0
set matrix 2,1,0,0,0,0,0,0
randomize matrix 1,2
randomize matrix 2,2
for i=1 to 10
set matrix height 1,0,i,1
set matrix height 1,10,i,1
set matrix height 2,0,i,-1
set matrix height 2,10,i,-1
next i
update matrix 1
update matrix 2
do
sync
loop
and you have a "cave", cheers
I don`t care what you say, theres no way the commander of a Kamakasi Squadron got promoted up through the ranks.