diff --git a/week4/01-p5js/04-images_array/sketch.js b/week4/01-p5js/04-images_array/sketch.js index 495380b..01d9338 100644 --- a/week4/01-p5js/04-images_array/sketch.js +++ b/week4/01-p5js/04-images_array/sketch.js @@ -3,6 +3,8 @@ // Using a for loop to draw. // Adapted from Getting Started with Processing. +// ** NOTE: You will need to run this from a server. It will not work locally. + var images = []; var curImage = 0;