width, height = 100, 100 pixels = {} function step() for i=1, width*height do pixels[i] = -1 end end animateAgainIn = {1000, step}