First P5 Project
- colleenguirand1
- Oct 29, 2021
- 1 min read
In this assignment, I originally wanted to make a flower, but not knowing how to pinch in corners of a circle stopped me from making it. I thought a face would be easier, but it really wasn't. I started off by making a head which wasn't too bad, but working with x and y is very hard. I kind of look at the canvas as the second quadrant of a graph so that helps me when it comes to finding locations for certain elements.
Eyes:
I created a stroke to make them pop a little more and put two pupils in between both eyes. It wasn't too bad getting them to be centered.
Eyebrows:
I copy and pasted the code that was created in class but the arc was rotated another direction. I changed the last PI variable to 30 to have both of the ends facing downwards. I also removed the fill and placed them right above the eyes
Mouth:
This part was quite tricky for me. I originally wanted to create a triable shaped mouth but every time I tried moving the triangle whilst keeping the shape, it got distorted. I used a rectangle with rounded corners instead and put a red rectangle to look like a tongue.
Look at my code HERE

Comments