[color=black][font=Arial]I have 2 pictures on my index page with a rollover animation on top of each different picture. The link of the picture on the left is supposed to take the user to the web design page and the link on the right to take the user to the graphic design page. I created the animation to put on the top of both pictures and that’s when the problem comes. When I click in any of the 2 pictures it takes me to the same link instead of either web design or graphic design page.[/font][/color]
[color=black][font=Arial] [/font][/color]
[color=black][font=Arial]This is the code I am using, and when I change to one, it changes to both and it makes me frustrated.[/font][/color]
[color=black][font=Arial]How can I fix this? I dragged the animation I created from the library because I want to use along the site with other different pictures, but I am stuck here[/font][/color]
[color=black][font=Arial] [/font][/color]
[color=black][font=Arial]on (rollOver) {
gotoAndPlay(4);
}
on (rollOut) {
gotoAndPlay(11);
}
on (release) {
_root.link = 4;
_root.play();
}[/font][/color]