Drawing Machine
the instructions are:
// draw a rectangle and fill it pink
// pick five line weights
// designate one of these five line weights to be drawn in the color blue
// pick a random spacing to keep constant
// draw lines the width of the rectangle each line drawn in a random line weight of the ones previously chosen, and in sequence starting at the top of the composition and going to the bottom.
// make sure that the line weight that is designated blue is drawn in blue and that the margin at the top and the bottom of the composition are equal.
lab example (random control) and help from sean.
the program draws random ellipses and rectangles. sizes determine the location it is drawn on the page. the heights and radius determine the color of each shape. orange small shape are on the left side. blue large shapes are on the right side. the top of the screen are green shapes