Portfolio - scrolling thumbnails behind big picture

I’ve tried to find an answer to my question by searching the web, but with no luck so far…

I’m trying to make a photogallery like the one on http://www.managementartists.com/. I’ve made the scrolling thumbnails and I’ve put each picture in a seperate swf file. My problem is that when I’m looking at a big picture (after clicking a thumbnail), I’m still interacting with the scroll… I’ve tried hiding it, but it still moves when I move my mouse. How can I make the scroll stand still, when I’m looking at the big pictures. When I close a picture, I want the scroll to stand where I left it…

Hopefull… Very hopefull… :dog:

Your Link does not work… :gas:

http://www.managementartists.com/ here ya go :wink:

http://www.gotoandlearn.com/ has a good tut to make a scrolling thumbnail strip, but there site is not working correctly at the moment… I would keep checking back though…

to answer your last question, maybe try: myScroller.enabled = false;

put that code inside the code for each thumb swf that is clicked on… then have code inside the big image that re-enabled the scroller when the large image is closed. 9myScroller.enabled = true;