You will write the computer code that produces a picture like the one below.
Care must be taken to place the objects in the proper place.
For example, in the pictures below, the sun is drawn by the function
fill(255,255,0)
ellipse(340,50,90,90); |
Level One Work
This follows the basic lesson and uses ellipse, line, triangle and retangle functions.
Create a picture like the one below with at least 1 triangle, 2 rectangles, 4 circles, and 4 colours
|
Level Two Work
This follows the basic lesson and uses all of the previous functions but also uses a bezier curve function.
Create a picture like the one below with at least 1 triangle, 2 rectangles, 4 circles, and 4 colours.
It must also have at least 2 bezier curves.
|