jljlj
<script type="application/processing" target="canvasName"><script type="application/processing" target="can010101">int circX, circY;void setup(){size(500, 280);fill(255);circX = width/2;circY = height/2;} void draw({ellipse(circX, circY, 100, 100);circX=mouseX;circY= mouseY;if(mousePressed)fill(mouseX +mouseY);}</script><canvas i d="can010101" width="500px" height="280px"></canvas>













