Wednesday, April 13, 2011

simplified script

for ( $i = 1; $i < 10; $i = $i + 1 ) {
polyCube;
move -r 0 ($i * 3) 0;
}

No comments:

Post a Comment