A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Menu and Sub menu in Flash 5

  1. #1
    Junior Member
    Join Date
    Jan 2001
    Posts
    24
    Can anyone tell me where to start with this?

    I want to create 5 buttons on a main menu and when you click one of the main buttons, I want to open a sub-menu with sub-topics (all text buttons), all pointing to other (diffrent) movie clips within the main movie. I want the sub-menu to open right next to the main button you just clicked.

    when you click on a sub topic i want it to jump to a spicific movie within my movie and play. After the sub- topic's movie play through, I want it to go back to the main menu where the original 5 buttons are.

    This will all be part of a training cd.

    I'm not to sure how to get this done.
    I can use any help anyone can offer.
    Thanks in advance for your help

    Brian

  2. #2
    Member
    Join Date
    Dec 2000
    Posts
    97

    Talking Hello......

    Go here http://www.flashkit.com/tutorials/Ac...21/index.shtml

    And this Tutroial will walk you through the steps to make a Pop Menu/Pul Down menu. Then once you have done the tutorila, on the Subbuttons I would just add a

    on(press)
    loadMovie("yourmovie.swf","Movie")

    command on the button and just tell the movie to load into a blank "mc"(movieclip) that you placed on the main stage and named "Movie" that way it will replace it each time you load the next yourmovie2.swf, etc.
    Hope that helps.

  3. #3
    Junior Member
    Join Date
    Jan 2001
    Posts
    24

    THANKS!

    Thanks so much, I really appreciate it. It looks like this will really help.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center