I have this image gallery i’m working on. Now i created a blank movie clip and set the following code to it to enlarge the thumbnails:
on (press, release) {
one_mc.onRelease = function() {
loadMovieNum(“one.swf”, 20);
};
}
Now the first image works fine, but the rest don’t work at all and i’ve done nothing different to the code except change the instance names, and file names accordingly for example: this is image 2
on (press, release) {
two_mc.onRelease = function() {
loadMovieNum(“two.swf”, 20);
};
}
Why are they not showing up??? Here’s the fla with the first six images included. Thsi si the url::
http://www.geocities.com/dlover612/gallery.zip
I have a headache