Hey,
I am trying to have a scrolling animation that is triggered by a navbar style button click. I am trying to have the navigation portion of my website look much like Apple’s coverflow so that you can click a button to navigate three “albums” over and all the albums slide over, then the “album” I clicked on fills up the screen.
The way I think I could do it is if I click a button, which triggers a movie to play, then I can stop that movie at “event.target.name” which then loads up that section of the website. Is this at all possible? I just want to know how to stop a movie at “event.target.name” (or something comparable) Any help would be appreciated. Thanks!
Dave