So, one last question, i am able to draw visuals, with this following command:
ellipse(400,300, newValue/10000, newValue/10000);
But i want each value to define a pattern, so should i make an array of it again? or class? Also the nos. too high, so divided by 10000, any other way to do that.
Thank you :)