213
edits
No edit summary |
|||
Line 533: | Line 533: | ||
// iterating over the arrays to set each position with | // iterating over the arrays to set each position with | ||
// a random value based on the | // a random value based on the window size: | ||
for(int i=0; i< numCircles; i++){ | for(int i=0; i< numCircles; i++){ | ||
xPositions[i] = random(0,width); | xPositions[i] = random(0,width); |
edits