PDA

View Full Version : scrolling and scaling images


digital hero
08-29-2005, 05:38 AM
I'm trying to create a row of images that scroll either left or right depending on the mouse position. When you mouse over the images they enlarge and reduce back when you mouse off. The effect I'm after is that if you hold the mouse over the images as they are scrolling they will enlarge and reduce as they scroll under the cursor.

So I'm trying to do two things. Scroll (looping) the images and make them pop up on mouse over (elastic effect would be nice) and reduce again on mouse off.

I've found lots of samples similar to what I'm after but it's really complex qctionscript and I'm at the basic/intermediate stage - so please explain in easy to understand language.

Thankyou
:confused:

jsebrech
08-29-2005, 07:04 AM
You'll have to either use somebody else's code, or beef up your AS knowledge. Doing this is inescapably complicated.