I have a single rectangular movie clip (see diagram) where I want to load several images into it.
At the moment, when I use the lines:
main.loadMovie("image0.jpg");
main.loadMovie("image1.jpg");
main.loadMovie("image2.jpg");
Obviously, only [COLOR=Navy]image2.jpg[/COLOR] appears. I want to load 3/4 images and have them appear in the format shown in the diagram. How can I achieve this? Plus, how can I position these images and text with the MC?
For the record. I’m using Claudio’s scroller. Therefore, I intend this MC and the images & text within it to be scrollable.
Thanks