Video from Dave’s Feb 6th Review Session :
code20240206.mp4
Module 3 - Interaction
Today:
- Select P5 variables and functions (mouseX, mouseY, frameCount, millis(), random(), map())
- Numerical Expressions
- Boolean Expressions
- Conditional Statements
- Loops
Select P5 variables and functions
mouseX, mouseY, frameCount
width, height : canvas size
PI : Pi
millis() : milliseconds since start of sketch
random([min], [max])