aPath.strokeWidth = event.point.x/10; aPath.add(event.point);. 7. } 8. 9. function onMouseUp(event) {. 10. aPath.add(event.point);.
確定! 回上一頁