Skip to main content
Participant
February 13, 2007
Question

Buttons Not Working in Photo Gallery

  • February 13, 2007
  • 1 reply
  • 237 views
Hello,
I set up a photo gallery that uses transition effects. The JPEG will load with the transition effect but when I try to use the thumbnails nothing happens. I think there is something wrong with the thumbnail code.Thanks, WonderWendy
This topic has been closed for replies.

1 reply

Participating Frequently
February 13, 2007
since your "button" is a movieclip, try modify the script for button_mc

button1_mc.onRelease = function(){
this._parent.image_mcl.loadClip("image1.jpg", image_mc);
}