Hi Lionz! Thank you for replying.
I attempted to implement the system you've described, and for the most part I'm pretty sure I understand how it needs to work. The problem is that the photos don't seem to be updating their animation to the X value on the array that they are supposed to be displaying. (the animation names match the array values)
Here's how I update the displayed photos.
Here's the array, with some photos in it.
When the gallery function is called, it creates four photo objects, each one has the X index they are supposed to display (0,1,2,3) in their X_Index var.
I'm new to using arrays, so I'm not sure what I'm doing wrong here.
Thanks for any help!