Continuous thumbnail rotation (with caption)

Hi all,

I have merged two of Stringy’s fla’s into one.

I am trying to get a caption to continuously scroll with the thumbnail image. At this stage, the image scrolls continuously - but not the caption.

This is probably something quite simple - but I can’t work it out.

I have tried playing around with the cliparray.push(); but it only works for the first loop then the caption disappears:

<snip>

function thumbnails_fn(k) {
var yy = thumbnail_mc.createEmptyMovieClip(“t”+k, thumbnail_mc.getNextHighestDepth());
cliparray.push(yy);
[COLOR=red]var yz =[/COLOR] thumbnail_mc.createEmptyMovieClip(“p”+k, thumbnail_mc.getNextHighestDepth());
[COLOR=red]cliparray.push(yz);[/COLOR]

</snip>

Any help would be appreciated.

regards

suede