(AS2) Fading in a series of jpegs

I have a series of jpegs that I would like to download dynamically and have them fade in like a slide show. I’m using loadClip so I can use forceSmoothing so they look nice.

But I’m unsure how to have them fade in one after the other. Trying an array and for loop but I don’t know quite how to structure it.

I’m working on it now so I don’t have any code to show. I wondered if there’s a simple formula to accomplish this.

Thanks!