How to handle an image queue and a random animation

I am trying to find a solution to do something similar to what it mentioned below.

I have a x number images, these images should load one by one. Ideally float in and blurred out. After every Y number of images, there should be an animation should happen on the same space. It could be an image or a textual presentation.

Is there a way to do this in Flash (i think there is no option with the traditional film strip approach) or using AS?

Traditional method was to use film strip and performing the second animation on frequent intervals.

But when there are 6, 11, 16, 21… images, and if you want to see the other animation happens after every 5 image interval… then it’ll be a tough ask with the filmstrip…

Does anyone having a better approach… Please comment…:slight_smile:

erm actionscript :stuck_out_tongue:

I don’t understand what filmstrip is but it sounds like a component.

you would have to load and show an image, wait then then play next

then check if the number is is a multiple of 3 for example, play the animation, then when it is finished increment to the next image.