Advertisement
Guest User

blblblblbl

a guest
Feb 6th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. int i;
  2. int j;
  3.  
  4.  
  5. void setup(){
  6. size(1900,985);
  7. background(0,0,0);
  8. }
  9.  
  10. void draw(){
  11. frameRate(60);
  12. smooth();
  13. ellipse (950,492.5,i,i);
  14.  
  15. System.out.println("slt");
  16.  
  17. if(i==985){
  18. i=i+0;
  19. }else i=i+5;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement