wierd issue with scrolling
It took me a bit to isolate this (and ensure it wasn't something that I had introduced). I'm VERY new to flash, so I was initially pretty sure it was something I had caused.
I've been able to recreate this consistently with an xml file with two "folders". The first gallery has 149 images, and the second has only two. I've modified the right scroller's scroll speed to slow it down (take a look at the stock speed for 150 thumbs, it's impossibly fast). Line 82 of rightScroller.as is now this._y += (ypos-this._y)/50;
If you move the mouse to start the scrolling of the image thumbs, then select the second gallery while the thumbs on the right are still being scrolled through, the thumbs for the second gallery are not visible. If the scrolling is slow enough when you click the second gallery, you can even see the two thumbs of the new gallery scroll off of the top of the stage. This most likely isn't a problem when the scrolling thumb speed is set to it's initial value because the thumb scrolling comes to a stop much quicker.. but set it to 50 as described above and it's easy to recreate. I hope that's clear. Is there a way to explicitly kill the scrolling when a new folder is selected? Thanks in advance for any help. Great project, though! I'm looking forward to finishing the customization so i can get it out live.
-B
|