Results 1 to 1 of 1

Thread: Fuse Engine making a timer

  1. #1
    Join Date
    Dec 2007
    Location
    Mississauga
    Posts
    166
    Thanks
    13
    Thanked 0 Times in 0 Posts

    Default Fuse Engine making a timer

    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.
    Code:
    stop();
    setInterval( function(){ nextFrame(); }, 4000 );
    Please I need help but am coming up with nothing.


    -- Nate
    Last edited by nate51; 01-14-2009 at 05:47 PM. Reason: going a new way

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •