int x,y,t,d,m=100, b, h,v,fa=1,fb=1,aa=16,ab=16,f2=2,r1=60, r2=20, r3=-15, f3=7, ppointerX, ppointerY; color colour; color colours[]=new color[257]; int sinArray[]=new int[721]; int xPos, yPos, oldxPos, oldyPos, c, i; int tinc = TWO_PI/150; int finc = TWO_PI/1000; int drawStyle=1, mode=2; void draw(){ //if(t<-10.0 && t>-10.2) println ("fps: " t*10000/millis()); t=0; background(0); i=0; oldxPos=m+fptoi((r1*sin(t)+r2*sin(t*f2/32)+r3*sin(t*f3))); oldyPos=m+fptoi((r1*cos(t)+r2*cos(t*f2/32)+r3*cos(t*f3))); while (t