I’ve been working through the xml photo gallery tutorial (with the thumbnail images), and i’d like to have the thumbnails scroll on their own (i’ve killed the main photo display box) like a continuous loop.
Here’s what I’ve been playing with. Any help is appreciated.
this.createEmptyMovieClip(“tscroller”, 1000);
scroll_speed = 5;
thumbnail_mc._x -+ scroll_speed;
thanks