for (var count3 = 0; count3 < 12; count3++) {
for (var count2 = 0; count2 < 3; count2++) {
penColour(colour_random());
for (var count = 0; count < 4; count++) {
moveForward(20);
turnRight(90);
}
moveForward(20);
}
turnRight(30);
}
No comments:
Post a Comment