I've been trying to do this without luck at the moment to change an the main
photo depending on the thumbnail clicked to change the image (preferably not in
the .swf:) this is what I have been doing.
Made thumbnail images of all my big images.
Then made them all buttons.
Made a 'sroll' button (a button called scroll)
Then I am playing around with putting an action on that layer like so:
on (press) {
tellTarget ("left") {
gotoAndPlay (2);
}
}
on (release) {
tellTarget ("left") {
gotoAndStop (1);
}
}
http://www.geocities.com/edwickes/galleryimage.html
Thanks for any pointers
pedroponting - 28 Feb 2006 22:44 GMT
What's the question? It's incomprehensible.