Results 1 to 2 of 2

Thread: Drop-down menu in Flash

  1. #1
    Join Date
    Jun 2007
    Posts
    25

    Exclamation Drop-down menu in Flash

    Hi there,

    I am creating a drop down menu in flash. I am having a problem with it. When I mouse over the main button, the menu drops down but when I move the mouse over that drop down part, it disappears. I feel foolish for asking this because I know it's probably something really simple that I am forgetting. Anyway, if someone could just point me in the right direction, that would be great.

    Thanks,

    Melinda

  2. #2
    actually, it's not really simple per say, but it's doable. About 4 years ago, I was trying to do the same thing and I gave up, but I have since created a technique that allows you to do it. The easiest thing would be for you to just get the sourcecode of something that I've made, but I'll explain how it works.

    You have you menu button, and then the submenu pops out of it in some way, right? well the submenu buttons aren't set as "buttons" in the flash program, but just movie clips, then you code the submenu buttons to animate/activate while the mouse is over the submenu "buttons" or movieclips. you write a script to find out where the mouse is in relation to the actual button, because flash doesn't understand buttons within buttons, you can be over one, but not multiple, so you have to hand-code the submenu items as if they were the same as the original button, not a separate button, but a function that's written within the encompassing button. did I lose you? maybe I should write a tutorial, because now that I think about it, I don't see too many people making menus with flash as pulldown menus the way that I do.

    Now that you know it's a long answer, if you still want to understand it, I'll send you some sourcecode that I wrote. just let me know.

Similar Threads

  1. Changing menu system into flash
    By JonathanEngr in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 04 Jan 2007, 01:49 PM
  2. Dropdown menu over flash issue
    By LadyCath in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 06 Aug 2006, 11:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •