//Written by Hampus Berndtson int numOfCells = 200; Cell[] objCell = new Cell[numOfCells]; float spin; boolean formation; void setup(){ frameRate(100); size(350,350); smooth(); noCursor(); float _random = (random(TWO_PI)); for(int i=0; i