This time, I applied a simulation of the Z axis to create a 3D effect to the image movements.
I would like to specify, to those of you who do not know it, that Flash CS3 has a 2D engine, so it is only a simulation. If you need to develop more important 3D applications, you are better off using 3D engine softwares.
After having said this, I think that the applied effect recreate very well the idea of a 3D.
I really like the affect but was hoping to modify it so the image enlarges when you click on it. What route would you recommend in making this modification.
Hi, thank you for this usefull utility, i've one question to suugest you: i analyzed the code mainly "Caricatore.as" but i can't undestand at wich it's refered the MovieClip "Num()".
i attached the code in question;
private function createThumb():void
{
var thumb:Bitmap=Bitmap(loader.content);
thumb.smoothing=true;
var clip:MovieClip=new MovieClip();
_fla.thumbs_array.push(clip);
var num:MovieClip=new Num();
num.info_txt.text=(counter+1).toString();
clip.addChild(num);
drawClip(clip);
setStartProperties(clip);
next();
}
i tryed but i never found out what it's figure.
Thank you again for your good work and for your time
It didn't work out in the beggining but I've made a change in the LoadingXML.as - from url adres to just the name of xml file and now everything works.
Bookmarks