Welcome to Flash tutorial center! Is it a little bit complex for you to load external pictures with loadmovie function? Take the following tutorial, you will feel the power of using array batch, which makes it much easier.
Series: SWF Quicker 2.0
1. Prepared work: load all pictures in a new folder. Use "acdsee" to open this folder. Select all pictures and choose Rename in editing menu. As the following illustration shows, use the default options "use template to rename files", "use numbers to replace #'s", "start at", etc. All the pictures will be renamed according to "Rename Template".
Draw a rectangle and convert it into a new movie clip symbol, make seven copies of it. Why seven? Because we have eight pictures to load totally. Please lay them as follows:
Rename them as mc1, mc2ccmc8
Write following script in frame 1:
pic = new Array(); for (i; i<9; i++) { pic[i] = "t"+i+".jpg"; loadMovie(pic[i]C "mc"+i); } |
Glad to share time with you guys. Hopefully it is helpful to you!
» Level Advanced |
Added: 2006-02-01 Rating: 3 Votes: 4 |
» Author |
Sothink SWF Quicker -- Versatile Flash Maker to Maximize Your Creativity! |
» Download |
Download the files used in this tutorial. |
Download (0 kb) |
» Forums |
More help? Search our boards for quick answers! |