int numStars = 100; int twinklePerFrame = 5; color sky = color(25, 25, 112); float x[] = new float[numStars]; float y[] = new float[numStars]; int alpha[] = new int[numStars]; void setup() { size(600, 400); // pick initial star locations for (int j=0; j