Gallery problem

I have a MC filled with button thumbnail images. I am trying to tell the thumbnail to display the corresponding fullsize image. the script I have for the first button is
on (release) {
picts.gotoAndStop(2);

}

Picts is the name of the MC containing full size images.
There is no response to the button. Any ideas why not? Thank you.