I made image gallery in as3 there are only 6 images, if user click on 1st thumbnail then 1st thumbnail got big after then if user click on any other image then that image got big and 1st image shirnk into thumnail. The problem is I m not getting how to make movieclip name dynamically. I tried this
suppose the User’s alreday open image 5 so CurrentImage=5, after that user clicks on image 1 then I need to do close image 5 and open image 1, I m trying this… Bt it’s nt working…
MovieClip(“thumb”+CurrentImage).gotoAndPlay("close ")
CurrentImage=1
MovieClip(“thumb”+CurrentImage).gotoAndPlay(“open” )
Plz email me your answer to amit0shakya@gmail if you have solution,
Thanks you.