void setup(){ size(500,500); background(color(100,75,200)); } void draw(){ } void mouseDragged(){ fill(0); ellipse(mouseX,mouseY,5,5); }
This sketch is running in HTML5 using Processingjs.
To tweak this sketch, first download it.
Make your updates, then upload your tweak!
Preview