Logo
  • Home
  • Equipment
  • Tutorials
  • Calendar
  • TPZ Staff Page
  • (Beta) Tech Ai Support
Fab Lab Website
Fab Lab Website

Step 2. keyPressed()

⌨️ Add this code to the end of keyPressed()

if(key == 3) {
  brush = 3;
}
‣
Translate this into plain English

When you run the code and press 3, our new brush should be working!

Next step…

Step 3. Chaos brush
The Possible Zone