void setup() { size(640, 360); background(0); strokeWeight(20); frameRate(2); } void draw() { for (int i = 0; i < width; i++) { float r = random(255); ...
確定! 回上一頁