Make an American Flag

X = width (forward), Y = depth (left), Z = height(up)
- RED STRIPES
In LOOPS count with i from 0 to 130 by 20
translate each part by i in the Z direction
Create a red cube that is 250 wide, 10 deep and 10 tall
- WHITE STRIPES
In LOOPS count with i from 10 to 110 by 20
translate each part by i in the Z direction
Create a white cube that is 250 wide, 10 deep and 10 tall
- BLUE FIELD
Create a blue cube that is 111 wide, 12 deep and 70 high.
Translate it forward by -1, left by -1 and up by 60 (this makes it bigger than the red and white strips so it will go on the outside).
- WHITE STARS
After you make the code below, translate all of it forward 10, left by 12 and up by 121
in LOOPS count with i from 0 to 90 by 18
put another LOOP inside this LOOP, count with k from -52 to 0 by 13 (you have to create a new variable instead of i)
- translate i in the X direction and k in the Z direction
- rotate 90 degrees in the X direction
- set sides to 5 (in the TRANSFORMS blocks)
- set color to white
- create a cylinder with radius of 3 and height of 14
Then make a flag from another country