Hello… i’m a flash newbie and learn AS hardly… pls help
i want to load 30 images to 30 empty mc’s in same parent. my script is:
loadmovie ("komers1.jpg", "komers1");
loadmovie ("komers2.jpg", "komers2");
loadmovie ("komers3.jpg", "komers3");
// so on
loadmovie ("komers30.jpg", "komers30");
my question is:
- how to make the script compact and more simple?
- is it possible to rezise all imaged loaded to 20% it’s original size? how to do that?
- how to zoom in-out from thumbnail size.
after all image are loaded, i want visitor able click “komers1” mc (… so on) and when the mc is clicked, it’ll zoom to original size (100%) n go to highest level, covering others image. then zoom out back (20%) if visitor click again.
pls help me…
thx in advance