public FlyerGuy[] flyer; int maxNumFlyers = 20; void setupFlyers(){ flyer = new FlyerGuy[maxNumFlyers]; flyer[0] = new FlyerGuy(true); for(int i=1; i