Error handling
- Typos, line handling, multiple errors
- println();
- Applications run over a period of time
- void setup(){} –> Happens once
- void draw() {} –> Happens over and over again
- Blocks of code –> {}
- background(); –> Difference between setup and draw
- smooth();
- mouseX and mouseY
- pmouseX and pmouseY
- void mousePressed(){}
- void keyPressed(){}
- void mouseDragged(){}