void keyPressed() { if(key=='r'){ d = loadImage("lin.jpg"); image(d, 0, 0); } if(key=='s'){ c = loadImage("links.jpg"); image(c, 0, 0); }
確定! 回上一頁