I’m having trouble building a two-part image gallery application. Essentially, I have a scroll group of thumbnails. The idea is that when you click on one of thumbnails a full-size version of the image appears in another part of the window (along with some informational text).
I’ve successfully built both a tweened, image scroller for the thumbnails and a dynamic text box that displays the thumbnails via HTML. I cannot, however, find a way to display the full-size image and text when a thumbnail is clicked.
Any ideas?