How do you add a second loop to your setup() method that places some more bubbles. This loop places 10 bubbles in a horizontal line, starting at x=300,y=100, with x increasing by 40 every time and y being constant.
How do you add a second loop to your setup() method that places some more bubbles. This loop places 10 bubbles in a horizontal line, starting at x=300,y=100, with x increasing by 40 every time and y being constant.
??? Maybe copy the first loop and change the y-coordinate value ???