I would like to modify the photo gallery tutorial by having a visible line or so of text change depending on what photo is being shown, like a caption. What would be the easiest way to do this? Thanks in advance.
I don’t have the syntax here for you but I can tell you how I would approach it.
I would define a list with the names of the images in the first frame of your movie. If you create a, array you can associate a line of text with the image name / file name.
You then create a text object on the gallery movie that references the list item.
You could also produce an XML file that contains the file name and description and have your Flash movie load it. That way you might be able to manage it better.
G
I used this as a model in precisely what you’re trying to accomplish. Hope it helps.
Thanks a bunch, guys. That should be enough to get this working. (I hope.)