I made a vertical list of thumbnails and converted them into a movie clip. There is a total of 20 thumbnails. I masked the movie clips so that it only shows 5 thumbnails at a time. I created keyframes at every point in the clip that 5 thumbnails are shown so that I can pause it.
I was trying to use this code to scroll down from the first set of 5 to the second:
on (release) {
design_thumbnails.gotoAndPlay (20)
}
When I click the button nothing happens
I'd also like to know how to rewind the movie so that when I press the up arrow it goes up to the previous set of 5.
Here's what it looks like: