float x[],y[]; int pointNum; BFont thefont; void setup() { size(400,400); background(200); ellipseMode(CENTER_DIAMETER); framerate(5); thefont=loadFont("Meta.vlw.gz"); pointNum=10; x=new float[pointNum]; y=new float[pointNum]; for(int i=0; i