PImage[] images; PImage maskImg; int current = 0; void setup(){ size(720,480); framerate(5); background(0); images = new PImage [5]; for (int i=0; i