// sine wave static int a=20; void setup(){ size(320,240); noFill(); } void draw(){ a = mouseX; background(255); for(int x=0-a; x