At 11/16/08 07:57 PM, edern wrote:
i understand but im not very good at scripting so what would i need to write for that
drag the first picture to the stage. click it. make it a movieclip. then doubleclick it (jump inside)
then drag the frame to the second one so that the first frame is empty but on the second there is the picture.
paste this code to the first frame:
stop();
then go to frame 3 drag the next picture to the stage. make a fourth frame. drag the next into it. continue making this until all the movieclip has enough frame with different pictures.
now jump out, that means doubleclick somewhere on the screen (gray area).
click the movieclip once and give it the instance name "pics"
click the first thumnail and make it a button (or make an invisible button and put it on a new layer over the thumbnail)
paste this code to the button:
on (release){
_root.pics.gotoAndStop(framenumber);
}
make the last step with the other thumbnails and you are done.
i hope you understood and remember next time i won't tell you the whole thing if you don't take a look at a flash-tutorial. try to learn basic AS, it's very easy.
i gotta go now so if you have any questions left, PM me and i will answer you tomorrow. bye