Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Flash attachMovie Problem

Options
  • 14-04-2006 1:17pm
    #1
    Registered Users Posts: 589 ✭✭✭


    Hi there.

    I want to implement a drop-down style menu which appears when the mouse hovers over a button.

    Here's what I have so far:

    on(rollOver){
    _root.attachMovie("Symbol3", "Symbol31", 1);
    }

    "Symbol3" is a movie where another button appears.

    Unfortunately, when I hover over the button, nothing happens. I have entered other functions in the above function to see of the event is triggered at all and they work correctly, so it does get called.

    I have tried changing the layer number (the last function parameter above) so that its equal to the highest layer I have in my project but nothing happens there either. No errors are given saying that the movie couldn't be loaded or whatever. Am I missing some lines that actually play the movie?

    Thanks in advance for the help,
    Borat.


Advertisement