/* built with Studio Sketchpad: * https://sketchpad.cc * * observe the evolution of this sketch: * https://spagnuolo.sketchpad.cc/sp/pad/view/ro.R$4qI0iFMCo/rev.1470 * * authors: * Sonia Gong * license (unless otherwise specified): * creative commons attribution-share alike 3.0 license. * https://creativecommons.org/licenses/by-sa/3.0/ */ // Name: Sonia Gong // Date: 01/03/16 // Title: Assessment 2 size(300,300); background(250,250,180); //red rectangle strokeWeight(2); fill(1020,10,10); rect(20,40,70,50); //bright purple rectangle strokeWeight(4); fill(255,0,255); rect(93,30,80,70); //light pink rectangle strokeWeight(3); fill(450,202,300) rect(30,100,70,40); //gold colour rectangle strokeWeight(2); fill(245,214,0); rect(50,150,75,90); //yellow square in middle strokeWeight(2) fill(567,745,30); rect(150,150,50,50); //dark blue square towards the right strokeWeight(1); fill(9,103,158) rect(200,140,90,80) //white square in the bottom in the middle fill(457,348,986) rect(125,250,50,45); //pink rectangle fill(576,32,87) rect(79,50,65,100) //green rectangle strokeWeight(2); fill(10,250,60); rect(150,200,57,67); //light brown rectangle strokeWeight(6); fill(250,150,100); rect(1,20,50,80); //light blue square in the bottom left corner fill(187,260,516); rect(0,260,100,200); //aqua rectangle towards the right fill(30,400,350) rect(250,5,120,120); //purple square in right down corner strokeWeight(8); fill(170,150,250); rect(200,200,250,110); //dark blue rectangle strokeWeight(3); fill(30,90,240); rect(2,125,90,75); //blue square in the right corner strokeWeight(4); fill(0,155,255); rect(200,5,90,90);