Face
This sketch was more focused on aesthetics and visuals. I played around with toggle logic, PImages and PFont classes, boolean logic, etc. I wanted everything to look nice, rather than look like I was just playing around with random code. When you move your mouse, the tint of the image changes, the text moves, and the fill color of the face randomizes from a number between 0 - 255. If you press c, however, the fill of the face only changes from 0 to 255 and nothing else in between. if you stop moving your mouse, everything freezes.
Mouse moved - Tint, text, fill (between 0 and 255 value)
C - Face fill (only 0 or 255 value)
Mouse stop - Freezes
See the Code