Facebook
From Fezeu2021, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 57
  1. size(280,280);
  2. for (int cool = 40; cool < 240; cool = cool + 40)
  3. {
  4.   fill(255-cool);
  5.   rect(cool+0, 40, 40, 200);
  6. }
  7. save("activity6.png");
  8.