From 5f06c579e3b22cc3d92b2718842c9e63b32e367a Mon Sep 17 00:00:00 2001 From: Robyn Date: Thu, 19 Feb 2015 16:02:58 -0500 Subject: [PATCH] comments on examples --- week4/01-p5js/04-images_array/sketch.js | 2 ++ 1 file changed, 2 insertions(+) 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;