function draw() {. 7. if (mouseIsPressed) {. 8. drawingContext.clearRect(0, 0, width, height);. 9. } else {. 10. ellipse(mouseX, mouseY, 20);.
確定! 回上一頁