previous/next GALLERY thing

  • Started
  • Last post
  • 1 Response
  • dddc

    i posted yesterday .. and theres great stuff to be found on that thread- but not exactly what i'm looking for. can anyone help?

    need a really simple and lo-fi previous/next thing for images.

    _exactly_ like this one here:
    http://www.makgill.net/site.html… (click on work)

    no preloading before each image.. no fadeins/fadeouts..special effects.. just a simple fast click thru of the images back and forward.

    pleeeeeeeeease help out

  • visualplane0

    That's actually easy to make. First make a preloader in the beginning. Then place a new photo for each new consecutive frame.

    Example:
    Frame 3 photo 1
    Frame 4 photo 2
    Frame 5 photo 3
    etc.

    Then make a next button giving this action:

    on (press){
    nextFrame();
    }

    ...and vice versa for the previous button. That's it really.