Looping code problem - help please ;(

I have code for tweening the alpha of an image to fade from one to the other which is fab but I needs it to loop. At the moment it runs through a series of images and stops - ideally I want to loop back to the beginning and run through the images again - can anyone help or suggest where I might find the answer - i’m not an actionscript expert by any means but can usually work it out once i’ve been given a few clues :slight_smile:

Code is here:
#include “lmc_tween.as”
image1.alphaTo(0, 3, “linear”,4)
image2.alphaTo(0,3,“linear”,8)
image3.alphaTo(0, 3,“linear”,10)
image4.alphaTo(0, 3, “linear”,14)
stop();