}
Hi, Hope someone can help me with the code i need?!
I have six portfolio images that i need to animate using actionscript. I want the images to enlarge as they are hovered over and the other images that are not hovered over i want to get smaller. I found this code - but i can’t get it working - i am doing something - wrong does anyone have any ideas?? Help would be really appreciated!
how about creating a function which has an if statement to see whether the mouse is over a pic and an else statement for when it’s not. then apply the function to all the pics…
the function is called sizeChange. there are two variables, maxscale and fadeSpeed which are self explanitory. the function should be called six times in your case but in my case i called it three times because i had 3 pics. the scale is changed using inertia which allows you to control the speed at which you change the scale and the maximum scale you want to allow you pic to enlarge to.
hope that helps
-mike
p.s. if you need the fla, look below, if you need more explainin, just ask