I was working on this with my partner, but he never showed up today, so I am kind of lost.
All I want to do is take this and make the smiley ball bounce up and down only. Also, I have to add 2 more balls, so I would have 3 balls bouncing up and down.
Thank you in advance for any help!
void setup() {
size(500,500);
frameRate(15);
}
int posx;
int posy;
int xd = 10;
int yd = 20;
int wid =50;
int ht = 80;