I’m a little new to action scripting and XML, and I was having a bit of trouble with an XML gallery. Here’s what I have:
I have it setup where you can choose multiple galleries to look at. It starts with a square image that is a movieclip. Inside that, it has the words Gallery1, Gallery 2, etc. Each of those words is a movieclip. Inside each movieclip is a XML gallery setup. So by clicking on “Gallery1” for example, it loads the images for that gallery, and buttons for previous and next image appear. The gallery works fine, except that I also have a button for returning to the gallery selection part. The return button works in the sense that it does go back to the gallery selection part. The problem is that it doesnt clear out the current XML gallery image.
The different galleries are there underneath, because they can be clicked on at that point. It just doesnt clear out whatever the last image was. I need to figure out how to clear out the image at that point. I hope that this makes sense, and if anybody could help, I would really appreciate it. Thanks so much.