Facebook
From Prisca Hope, 1 Month ago, written in Plain Text.
This paste is a reply to Re: activity1 from Prisca Hope - view diff
Embed
Download Paste or View Raw
Hits: 159
  1. size(400, 400);
  2. background (230);
  3.  
  4. fill(200,80,0);
  5. ellipse(200, 200, 200, 250);
  6.  
  7. fill(250);
  8. ellipse(150, 180, 50, 40);
  9.  
  10. fill(0);
  11. ellipse(150, 180, 10, 15);
  12.  
  13. fill(250);
  14. ellipse(152, 178, 5, 7);
  15.  
  16. fill(250);
  17. ellipse(250, 180, 50, 40);
  18.  
  19. fill(0);
  20. ellipse(250, 180, 10, 15);
  21.  
  22. fill(250);
  23. ellipse(252, 178, 5, 7);
  24.  
  25. fill(0);
  26. line(200, 200, 205, 230);
  27. line(205, 230, 200, 230);
  28.  
  29. fill(235,101,101);
  30. ellipse (200, 280, 70, 40);
  31.  
  32. save("activity2.png");

Replies to Activity2 rss

Title Name Language When
Re: Activity3 Prisca Hope text 1 Month ago.