PDA

View Full Version : Portfolio - scrolling thumbnails behind big picture....



Sigvee
April 20th, 2006, 07:13 PM
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/ (http://www.managementartist.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:

Rustyd
April 21st, 2006, 12:26 PM
Your Link does not work... :gas:

bobby_hamilton
April 21st, 2006, 04:28 PM
http://www.managementartists.com/ here ya go ;)


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;