nate51
01-13-2009, 10:14 PM
I am using the Fuse Engine to do a slide show, and using setIntervals as timers between slides.
I am having a problem where my stop button does not stop the animation, I have made 43 buttons to jump to one of the 43 slides and it does that fine but the animation keeps playing from that point, does anyone know how to stop the animation?
This is the code I am using as a timer.
stop();
setInterval( function(){ nextFrame(); }, 4000 );
Please I need help but am coming up with nothing.
-- Nate
I am having a problem where my stop button does not stop the animation, I have made 43 buttons to jump to one of the 43 slides and it does that fine but the animation keeps playing from that point, does anyone know how to stop the animation?
This is the code I am using as a timer.
stop();
setInterval( function(){ nextFrame(); }, 4000 );
Please I need help but am coming up with nothing.
-- Nate