making a “poke back” program in processing
问题 x-post Processing Forum I'm trying to make a super simple sketch where the user inputs a point with mousePressed, then (after a delay), processing plots a point at a random place on the screen back at you, and the points slowly fade into a semitransparent background. Here's my code, I've tried a bunch of different ideas but nothing seems to have worked, and now I'm at a point where nothing is working at all. Any pointers? void setup() { size(600, 600); background(0); stroke(color(168, 168,