We are about to switch to a new forum software. Until then we have removed the registration on this forum.
void setup(){ size(800,800); background(255); } void draw(){ for(int i = 0; i <= 75; i++) { float r,l; r = random(0,50); l = random(0, 800); rectMode(CENTER); fill(153); rect(l,l,r,r); } }
jesus christ. i really hope that no one answers this.
Hey now, everyone's got to start somewhere...
You should look up in the reference what the four parameters to rect() do.
that's not my point. some people in this forum are ordering answers/solutions as if they are at a mc donalds drive in.
you mean like say "hello" or say "please" or make a whole sentence or say "thank you"...
yes, it's true
except people tend to be more polite in a mc donalds drive in.
look up in the reference what the four parameters to rect() do.
each parameter needs its random number (or the first three)
you understand me, chrisir :) the good, old friendliness thing
long forgotten...
Answers
jesus christ. i really hope that no one answers this.
Hey now, everyone's got to start somewhere...
You should look up in the reference what the four parameters to rect() do.
that's not my point. some people in this forum are ordering answers/solutions as if they are at a mc donalds drive in.
you mean like say "hello" or say "please" or make a whole sentence or say "thank you"...
yes, it's true
except people tend to be more polite in a mc donalds drive in.
look up in the reference what the four parameters to rect() do.
each parameter needs its random number (or the first three)
you understand me, chrisir :) the good, old friendliness thing
long forgotten...