I’ve completed this tutorial and its working like magic - cheers ilyas. Could I have some help with some changes I am making that I am having a challenge with?
I’ve moved the main menu MC to frame 2. I’ve made a button with one of the menu that makes up the slider and placed this on the first frame. This btn is assigned gotoAndPlay(2). Both of these frames I’ve assigned stop() to. So now there’s no action until a mouse event. So good so far. What I need help with is to have another mouse event take the movie back to frame 1 so the menu stops sliding when the user’s mouse is know longer over the flash object on a page.
Even though I have it as a rollOut function, the movie will just stop when the mouse is in the middle of the one button. which makes no sense.
Also, your first button which has a gotoAndPlay action keeps opening a browser window as if it were a getURL action. I tried changing that, but it doesn’t work :-\