rect(20, 175, 5, 5); rect(30, 175, 5, 5); rect(40, 175, 5, 5); rect(50, 175, 5, 5); rect(60, 175, 5, 5); rect(70, 175, 5, 5); rect(80, 175, 5, 5); rect(90, 175, 5, 5); rect(100, 175, 5, 5); rect(110, 175, 5, 5); rect(120, 175, 5, 5); rect(130, 175, 5, 5); rect(140, 175, 5, 5); rect(150, 175, 5, 5); rect(160, 175, 5, 5); rect(170, 175, 5, 5); line - first x, firsty, second x, second y rectangle: // The first two parameters to rect() are coordinates // and the second two are the width and height draw_target draw_target(68, 34, 200, 10); position x, position y, size, number of rings for circle - ellipse(j, i, 40, 40); x position, y position, radius dark blue - last number is how transparent fill(0, 20, 153, 60); fill(#0000CC, 90); stroke(#0000FF);