nikster
03-13-2006, 04:44 AM
Hello
Our designer has created a navigation system with different types of overlapping images. There are ten graphics (big and small overlapping) in a row and when the user rolls over over each graphic a movie clip plays and the size of the graphical button moves to the front and grows bigger and on rollout the image will go back to its original state (the menu system works a bit like the Mac Os X).
The problem I am facing is that because the images overlap with each other when the user rollsout, the rollover event on the image next to it gets activated and causes a flicker between the two movies. All the rollover/rollout events are performed by converting them with a movieclip animation.
So far I have tried these without any success:-
1. swapDepth
2. setInterval to make a delay in the movie
3. hitArea: The problem here is that the hit area cannot be transparent and we have a couple of transparent images
Any suggestions on how I can fix the overlapping movie clips flicker problem?
Our designer has created a navigation system with different types of overlapping images. There are ten graphics (big and small overlapping) in a row and when the user rolls over over each graphic a movie clip plays and the size of the graphical button moves to the front and grows bigger and on rollout the image will go back to its original state (the menu system works a bit like the Mac Os X).
The problem I am facing is that because the images overlap with each other when the user rollsout, the rollover event on the image next to it gets activated and causes a flicker between the two movies. All the rollover/rollout events are performed by converting them with a movieclip animation.
So far I have tried these without any success:-
1. swapDepth
2. setInterval to make a delay in the movie
3. hitArea: The problem here is that the hit area cannot be transparent and we have a couple of transparent images
Any suggestions on how I can fix the overlapping movie clips flicker problem?