2020年9月21日 星期一

week02



void setup(){
  size(500,500);
}
void draw(){
  if(mousePressed)background(255,0,255);
  else background(0,255,0);
}

沒有留言:

張貼留言