In the help file:
"SLIDE_DELAY - duration each slide is shown for"
In the "setup" sprite...
var SLIDE_DELAY = 5; // seconds
Changing the value of SLIDE_DELAY has no affect...
Line 105 of the "playSlideShow" sprite:
timer1 = setInterval(tick,5000);
Or, maybe I'm missing something. I'll admit I'm not an expert at this stuff.
Gordon













