I’ve searched this forum and many others looking for some help with something I’m working on.
I have a photography website that I created entirely in Flash CS3 using Actionscript 2.0, everything works great…except the gallery.
I’ll try to explain the best I can…
I have a blank movieclip in the main scene that the gallery opens in. I used this code on the portfolio button
on (release) {
_root.main_content.loadMovie("portfoliolinks.swf");
}
portfolio links is a seperate file where the categories are (ie. babies and kids, teens, adults, etc.)
This part works great until I enter “babies and kids.” My gallery thumbnails load but when they are clicked nothing happens.
I have a code on each thumbnail as follows:
on (release) {
tellTarget(_root) {
gotoAndPlay("Scene 1","img1");
}
}
I don’t know why the links/thumbnails won’t go anywhere. I’ve tried about 4 different codes and still nothing. I’ll attempt posting the file if it helps, I’ll warn you though, I’m new to Flash and AS and it’s quite unorganized and messy at the moment.
Sorry if this is confusing but any help at all would be extremely helpful. I’ve been working on this for days and it’s driving me crazy.
Thanks in advance