//************************************** macro 'simple circle' { run("New...", "name=fractalplot type=8-bit fill=Black width=512 height=512 slices=1"); autoUpdate(false); setColor(255); xoffset = 256; yoffset = 256; xamp=6; yamp=6; stepsize = 0.01; theta = 0.000000000001; // not used in this version xfactor = 1; for (windows=1;windows<=100;windows++){ //xoffset = random()*512; yoffset =random*512; xoffset = 256; yoffset =256; x=0; y=0; // this sets X and Y at their center points stepsize = 0.01; theta = windows * stepsize; iterations = 1; //maxcount = (3.1415*2) / stepsize * iterations; maxcount = 255; for (count=0;count