yeah, pretty much to have those images with the same name but numbered in order to all play in the same action instead of just randomly being pulled 1 at a time for different actions. Know there's a few scenes in the game that do that so I went and found theses' images and copied how you had them named to see if I could replicate it.There isn't simple way if you want to add multiple images in the same scene (if you talk about my game).
You want to basically show all images from that specific folder, in your order?
If so, there need to make changes in actionImage widget. Basically grab all available images from that array, sort them (simplier would be to add 1_, 2_ in the start of the img name) and then with loop you can output them all.