Flash HELP!
Flash HELP!
Out of context: Reply #4
- Started
- Last post
- 11 Responses
- springbok0
The images are positioned like this;
for (i=0; i<_root.myImagesTotal; i++) {
imageURL = _root.myImages[i].attributes.url...
image_mc = _root.myImages_mc.createEmptyMov... _root.myImages_mc.getNextHighest...
image_mc._x = _root.image_width*i;myMCL.loadClip(imageURL,image_mc...
}