Make an American Flag

flag

X = width (forward), Y = depth (left), Z = height(up)

  1. 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
  2. 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
  3. 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).
  4. 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)

Then make a flag from another country