Hello everyone,
I’ve created a website that has a movie clip on it’s opening page with set of scrolling images that continuously scroll across the page. I’d like to make those images a button that links to a particular page on the site.
Please take a look at the site: http://alaricphoto.com
In the .fla file, in the movie clip for the scrolling images, I put each image on a separate layer. I then converted each graphic image into a button, and added the following actionscript to each button.
on(press) {
gotoAndStop(“portfolios”);
}
When testing the movie, it didn’t work. What I’d like to do is make the scrolling images link to one page of the site.
Does anyone know how to do this?
Thank you in advance. Much appreciated!