Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#Actualburnt_casadilla

Posted 11 August 2012 - 11:28 AM

for(int i = 0; i<NUM_BALLS; i++)
  {
   b[i].paint(g);
  }

}
}

yeah idk why it does that lol

#2burnt_casadilla

Posted 11 August 2012 - 11:27 AM

for(int i = 0; i<NUM_BALLS; i++)
  {
   b[i].paint(g);
  }

}
}

#1burnt_casadilla

Posted 11 August 2012 - 11:26 AM

[source lang="java"]for(int i = 0; i<NUM_BALLS; i++) { b[i].paint(g); } }}[/source]

PARTNERS