I’m not sure which method I need to be using to do what I want.
What I’m doing is setting up a photo gallery, I have all my thumbnails saved to a folder with names of thumb01.jpg to thumb21.jpg and all my large photos (what the user sees after they click on the thumbnail) in a separate folder and named large01.jpg to large21.jpg.
I’ve been reading about arrays, vars, lists ect and I’m not sure which is the best (easiest to understand, and change later) way to accomplish loading the thumbnails on the stage and then the large photo once the thumbnail is clicked.
If someone can advise which method would be the best and someplace I can get information about putting the code together I would appreciate it.