PDA

View Full Version : Image scroller- Loaded image keeps on scrolling


m3sport
11-17-2006, 04:59 PM
Hello. I am working on a client image scroller for my compaines website. What I want to do is once the user click on a specific client logo, a image pops up inside a " holder" MC. But when this happens, the image that appears scrolls along with the scroller nav bar.

My question: is there a way to make the image linked to button to stop scrolling?

Please see the attachment and click on the " DELL" button to see what I am talking about.

TIA

anonymous
11-17-2006, 06:44 PM
Delete your holder layer in your scroller mc, give your holder mc on stage the instance name of holder, and change your dell button's script to...

on (release) {
_parent.holder.attachMovie("dell","dell2",1);
}

m3sport
11-17-2006, 10:30 PM
:d thank You :d

anonymous
11-18-2006, 02:42 AM
Ÿou're welcome. ;)