final int N_BLUBS = 64; int[] blub_x = new int[N_BLUBS]; int[] blub_y = new int[N_BLUBS]; int[] blub_state = new int[N_BLUBS]; int[] blub_lifetime = new int[N_BLUBS]; void setupBlubber() { for(int i=0;i blub_lifetime[i]) blub_x[i] = -1; } } }