Hello,
I have a setup of a series of swfs that load each other in order to make a sort of scrolling portfolio without embedding all in one huge file. There’s the main movie (clip_one.swf) that loads a scrolling clip with thumbnails (clip_two.swf) and when I click on one of the thumbnails one of 17 galleries load (image.swf). The scroller is a vertical modification of this panning script here:
http://www.kirupa.com/developer/flash8/interactive_image_pan.htm
There’s two small things I need for this.
Whenever I open a gallery, the scroller behind it should freeze and wait stopped until I close the gallery pressing that x button and the scroller should resume scrolling.
Furthermore, if you leave the cursor idle on any spot of the clip it eventually settles down and stop scrolling. Not exactly. At that point there’s a very annoying trembling that may look trivial at the test clips attached but seen with proper photos + text it becomes a visual glitch. :mad: Is there a way around that?
Thanks.