9 January 2012

Stargazing

Some perspective:

us = new array();

for(i=0; i<us.length; i++) {

us[i].location=gutter;

if(random.nextBoolean()) us[i].look(stars);

}



No comments:

Post a Comment