Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.88 KB | None | 0 0
  1. void setup() {
  2. size(500, 500);
  3. background(183, 36, 103);
  4.  
  5. strokeWeight(3);
  6. stroke(255, 242, 0);
  7. line(500, 30, -10, 450);
  8.  
  9. strokeWeight(3);
  10. stroke(82, 79, 161);
  11. line(490, 0, 0, 500);
  12.  
  13. strokeWeight(3);
  14. stroke(82, 79, 161);
  15. line(450, 0, 0, 500);
  16.  
  17. strokeWeight(3);
  18. stroke(82, 79, 161);
  19. line(500, 0, 10, 500);
  20.  
  21. strokeWeight(3);
  22. stroke(255, 242, 0);
  23. line(520, 20, 0, 500);
  24.  
  25. noStroke();
  26. fill(82, 79, 161);
  27. rect(0, 0, 25, 25);
  28.  
  29. noStroke();
  30. fill(183, 36, 103);
  31. ellipse(10, 10, 15, 15);
  32.  
  33. noStroke();
  34. fill(82, 79, 161);
  35. rect(10, 10, 25, 25);
  36.  
  37. noStroke();
  38. fill(183, 36, 103);
  39. ellipse(25, 25, 15, 15);
  40.  
  41.  
  42. noStroke();
  43. fill(82, 79, 161);
  44. rect(25, 25, 25, 25);
  45.  
  46.  
  47. noStroke();
  48. fill(183, 36, 103);
  49. ellipse(40, 40, 15, 15);
  50.  
  51. noStroke();
  52. fill(82, 79, 161);
  53. rect(40, 40, 25, 25);
  54.  
  55. noStroke();
  56. fill(183, 36, 103);
  57. ellipse(55, 55, 15, 15);
  58.  
  59. noStroke();
  60. fill(82, 79, 161);
  61. rect(55, 55, 25, 25);
  62.  
  63. noStroke();
  64. fill(183, 36, 103);
  65. ellipse(70, 70, 15, 15);
  66.  
  67. noStroke();
  68. fill(82, 79, 161);
  69. rect(70, 70, 25, 25);
  70.  
  71.  
  72. noStroke();
  73. fill(183, 36, 103);
  74. ellipse(85, 85, 15, 15);
  75.  
  76. noStroke();
  77. fill(82, 79, 161);
  78. rect(85, 85, 25, 25);
  79.  
  80.  
  81. noStroke();
  82. fill(183, 36, 103);
  83. ellipse(100, 100, 15, 15);
  84.  
  85. noStroke();
  86. fill(82, 79, 161);
  87. rect(100, 100, 25, 25);
  88.  
  89.  
  90. noStroke();
  91. fill(183, 36, 103);
  92. ellipse(115, 115, 15, 15);
  93.  
  94. noStroke();
  95. fill(82, 79, 161);
  96. rect(115, 115, 25, 25);
  97.  
  98. noStroke();
  99. fill(183, 36, 103);
  100. ellipse(130, 130, 15, 15);
  101.  
  102. noStroke();
  103. fill(82, 79, 161);
  104. rect(130, 130, 25, 25);
  105.  
  106.  
  107. noStroke();
  108. fill(183, 36, 103);
  109. ellipse(145, 145, 15, 15);
  110.  
  111. noStroke();
  112. fill(82, 79, 161);
  113. rect(145, 145, 25, 25);
  114.  
  115.  
  116.  
  117. noStroke();
  118. fill(183, 36, 103);
  119. ellipse(160, 160, 15, 15);
  120.  
  121. noStroke();
  122. fill(82, 79, 161);
  123. rect(160, 160, 25, 25);
  124.  
  125.  
  126. noStroke();
  127. fill(183, 36, 103);
  128. ellipse(175, 175, 15, 15);
  129.  
  130. noStroke();
  131. fill(82, 79, 161);
  132. rect(175, 175, 25, 25);
  133.  
  134.  
  135. noStroke();
  136. fill(183, 36, 103);
  137. ellipse(190, 190, 15, 15);
  138.  
  139. noStroke();
  140. fill(82, 79, 161);
  141. rect(190, 190, 25, 25);
  142.  
  143.  
  144. noStroke();
  145. fill(183, 36, 103);
  146. ellipse(205, 205, 15, 15);
  147.  
  148. noStroke();
  149. fill(82, 79, 161);
  150. rect(205, 205, 25, 25);
  151.  
  152. strokeWeight(3);
  153. stroke(255, 242, 0);
  154. line(490, -10, -10, 490);
  155.  
  156. noStroke();
  157. fill(183, 36, 103);
  158. ellipse(220, 220, 15, 15);
  159.  
  160. noStroke();
  161. fill(82, 79, 161);
  162. rect(220, 220, 25, 25);
  163.  
  164.  
  165. noStroke();
  166. fill(183, 36, 103);
  167. ellipse(235, 235, 15, 15);
  168.  
  169. noStroke();
  170. fill(82, 79, 161);
  171. rect(235, 235, 25, 25);
  172.  
  173. noStroke();
  174. fill(183, 36, 103);
  175. ellipse(250, 250, 15, 15);
  176.  
  177.  
  178.  
  179. noStroke();
  180. fill(82, 79, 161);
  181. rect(250, 250, 25, 25);
  182.  
  183.  
  184. noStroke();
  185. fill(183, 36, 103);
  186. ellipse(265, 265, 15, 15);
  187.  
  188. noStroke();
  189. fill(82, 79, 161);
  190. rect(265, 265, 25, 25);
  191.  
  192.  
  193. noStroke();
  194. fill(183, 36, 103);
  195. ellipse(280, 280, 15, 15);
  196.  
  197. noStroke();
  198. fill(82, 79, 161);
  199. rect(280, 280, 25, 25);
  200.  
  201.  
  202. noStroke();
  203. fill(183, 36, 103);
  204. ellipse(295, 295, 15, 15);
  205.  
  206. noStroke();
  207. fill(82, 79, 161);
  208. rect(295, 295, 25, 25);
  209.  
  210.  
  211. noStroke();
  212. fill(183, 36, 103);
  213. ellipse(310, 310, 15, 15);
  214.  
  215. noStroke();
  216. fill(82, 79, 161);
  217. rect(310, 310, 25, 25);
  218.  
  219.  
  220. noStroke();
  221. fill(183, 36, 103);
  222. ellipse(325, 325, 15, 15);
  223.  
  224. noStroke();
  225. fill(82, 79, 161);
  226. rect(325, 325, 25, 25);
  227.  
  228.  
  229. noStroke();
  230. fill(183, 36, 103);
  231. ellipse(340, 340, 15, 15);
  232.  
  233. noStroke();
  234. fill(82, 79, 161);
  235. rect(340, 340, 25, 25);
  236.  
  237. noStroke();
  238. fill(183, 36, 103);
  239. ellipse(355, 355, 15, 15);
  240.  
  241. noStroke();
  242. fill(82, 79, 161);
  243. rect(355, 355, 25, 25);
  244.  
  245. noStroke();
  246. fill(183, 36, 103);
  247. ellipse(370, 370, 15, 15);
  248.  
  249. noStroke();
  250. fill(82, 79, 161);
  251. rect(370, 370, 25, 25);
  252.  
  253. noStroke();
  254. fill(183, 36, 103);
  255. ellipse(385, 385, 15, 15);
  256.  
  257. noStroke();
  258. fill(82, 79, 161);
  259. rect(385, 385, 25, 25);
  260.  
  261.  
  262. noStroke();
  263. fill(183, 36, 103);
  264. ellipse(400, 400, 15, 15);
  265.  
  266. noStroke();
  267. fill(82, 79, 161);
  268. rect(400, 400, 25, 25);
  269.  
  270. noStroke();
  271. fill(183, 36, 103);
  272. ellipse(415, 415, 15, 15);
  273.  
  274. noStroke();
  275. fill(82, 79, 161);
  276. rect(415, 415, 25, 25);
  277.  
  278.  
  279. noStroke();
  280. fill(183, 36, 103);
  281. ellipse(430, 430, 15, 15);
  282.  
  283. noStroke();
  284. fill(82, 79, 161);
  285. rect(430, 430, 25, 25);
  286.  
  287.  
  288. noStroke();
  289. fill(183, 36, 103);
  290. ellipse(445, 445, 15, 15);
  291.  
  292. noStroke();
  293. fill(82, 79, 161);
  294. rect(445, 445, 25, 25);
  295.  
  296. noStroke();
  297. fill(183, 36, 103);
  298. ellipse(460, 460, 15, 15);
  299.  
  300. noStroke();
  301. fill(82, 79, 161);
  302. rect(460, 460, 25, 25);
  303.  
  304. noStroke();
  305. fill(183, 36, 103);
  306. ellipse(475, 475, 15, 15);
  307.  
  308. noStroke();
  309. fill(82, 79, 161);
  310. rect(475, 475, 25, 25);
  311.  
  312. noStroke();
  313. fill(183, 36, 103);
  314. ellipse(490, 490, 15, 15);
  315.  
  316. noStroke();
  317. fill(82, 79, 161);
  318. rect(490, 490, 25, 25);
  319.  
  320. strokeWeight(3);
  321. stroke(255, 242, 0);
  322. line(510, 10, 10, 510);
  323.  
  324. strokeWeight(3);
  325. stroke(255, 242, 0);
  326. noFill();
  327. ellipse(40, 18, 15, 15);
  328.  
  329. strokeWeight(3);
  330. stroke(255, 242, 0);
  331. noFill();
  332. ellipse(40, 48, 15, 15);
  333.  
  334. strokeWeight(3);
  335. stroke(255, 242, 0);
  336. noFill();
  337. ellipse(40, 18, 15, 15);
  338.  
  339. strokeWeight(3);
  340. stroke(255, 242, 0);
  341. noFill();
  342. ellipse(40, 48, 15, 15);
  343.  
  344. strokeWeight(3);
  345. stroke(255, 242, 0);
  346. noFill();
  347. ellipse(80, 58, 15, 15);
  348.  
  349. strokeWeight(3);
  350. stroke(255, 242, 0);
  351. noFill();
  352. ellipse(80, 88, 15, 15);
  353.  
  354. strokeWeight(3);
  355. stroke(255, 242, 0);
  356. noFill();
  357. ellipse(120, 98, 15, 15);
  358.  
  359. strokeWeight(3);
  360. stroke(255, 242, 0);
  361. noFill();
  362. ellipse(120, 128, 15, 15);
  363.  
  364. strokeWeight(3);
  365. stroke(255, 242, 0);
  366. noFill();
  367. ellipse(160, 138, 15, 15);
  368.  
  369. strokeWeight(3);
  370. stroke(255, 242, 0);
  371. noFill();
  372. ellipse(160, 168, 15, 15);
  373.  
  374. strokeWeight(3);
  375. stroke(255, 242, 0);
  376. noFill();
  377. ellipse(200, 178, 15, 15);
  378.  
  379. strokeWeight(3);
  380. stroke(255, 242, 0);
  381. noFill();
  382. ellipse(200, 208, 15, 15);
  383.  
  384. strokeWeight(3);
  385. stroke(255, 242, 0);
  386. noFill();
  387. ellipse(240, 218, 15, 15);
  388.  
  389. strokeWeight(3);
  390. stroke(255, 242, 0);
  391. noFill();
  392. ellipse(240, 248, 15, 15);
  393.  
  394. strokeWeight(3);
  395. stroke(255, 242, 0);
  396. noFill();
  397. ellipse(280, 258, 15, 15);
  398.  
  399. strokeWeight(3);
  400. stroke(255, 242, 0);
  401. noFill();
  402. ellipse(280, 288, 15, 15);
  403.  
  404. strokeWeight(3);
  405. stroke(255, 242, 0);
  406. noFill();
  407. ellipse(320, 298, 15, 15);
  408.  
  409. strokeWeight(3);
  410. stroke(255, 242, 0);
  411. noFill();
  412. ellipse(320, 328, 15, 15);
  413.  
  414. strokeWeight(3);
  415. stroke(255, 242, 0);
  416. noFill();
  417. ellipse(360, 338, 15, 15);
  418.  
  419. strokeWeight(3);
  420. stroke(255, 242, 0);
  421. noFill();
  422. ellipse(360, 368, 15, 15);
  423.  
  424. strokeWeight(3);
  425. stroke(255, 242, 0);
  426. noFill();
  427. ellipse(400, 378, 15, 15);
  428.  
  429. strokeWeight(3);
  430. stroke(255, 242, 0);
  431. noFill();
  432. ellipse(400, 408, 15, 15);
  433.  
  434. strokeWeight(3);
  435. stroke(255, 242, 0);
  436. noFill();
  437. ellipse(440, 418, 15, 15);
  438.  
  439. strokeWeight(3);
  440. stroke(255, 242, 0);
  441. noFill();
  442. ellipse(440, 448, 15, 15);
  443.  
  444. strokeWeight(3);
  445. stroke(255, 242, 0);
  446. noFill();
  447. ellipse(480, 458, 15, 15);
  448.  
  449. strokeWeight(3);
  450. stroke(255, 242, 0);
  451. noFill();
  452. ellipse(480, 488, 15, 15);
  453.  
  454.  
  455. saveFrame("johnsono_charette_01.png");
  456. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement