I am looking for a tutorial or script that will give me a blur effect on a navigation menu. Say I have a few links on the menu like "Home About Portfolio Pricing Contact" it will be a photography site. So I'd like when I rollover "home" for every link EXCEPT home to blur out. Kind of like a camera focus effect. Same with all the other links so only the active link is clear and the rest are blurry anytime your hovering a link in the menu. Thanks for any help/tips in advance.
Something like this...only with navigation...except nothing would start out blurry.. http://flashexplained.com/design/ma...n-flash-with-the-aid-of-the-blending-filters/
I would use Tweener to do this...put your menu items in an array, track which menu item has been clicked, and blur the other ones in the array.