whats the best way to do the navigation i have on this page. i know how to do it…but im wondering if its the best way. the way i did it was to make the animation and then reverse the animation. i put a stop event in the middle where the 3 links are fully extended. when u rollout the links should go back inside the slit. when u mouseover the slit of course they should extend.
seems like a good way to do it although the buttons don’t appear to be button instances since there is no difference between the up, over, and down states. i’d have to look at the fla to make any suggestions, but what you described seems efficient and like it will work well.
one side note, maybe it’s late or i’m crazy but that slit opening and closing next to the picture of a girl just looks dirty to me:P
hehehe you’re crazy. thanx for the reply tho. but i think i figured out a real good way to do it. im suing prevframe and nextframe inside an this.onEnterFrame =function() { yada ydada } to handle it. and im using an clip in back of the links that appears once the slit opens and goes away when u roll out of it. =) thanx again for the reply.