A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Need Help With Menu!

  1. #1
    Junior Member
    Join Date
    Mar 2004
    Posts
    1

    Need Help With Menu!

    Hi guys

    I need some help with a Flash Menu im making!

    It looks like this



    What i need help with is to make it into a drop down menu!

    Like this forexample



    As you click on Community the buttons under it will move down and the options under the menu comes out!

    Then if you press another button Community should close up and the other one drop down!

    Could anybody help me with this?

    Thx!
    The Truth Is Out There

  2. #2
    Senior Member
    Join Date
    Jun 2004
    Location
    Sheffield
    Posts
    261
    maybe you could put code on each button that sets the _x and _y property for each button and any menu that drops down.

    eg

    when you click home
    home.onPress = function()={
    setProperty("home",_x,'xvalue');
    setProperty("home",_x,'yvalue');
    homeMenu.gotoAndPlay(2); //where frame 2 of homeMenu MC is dropdown action.
    }


    this might be a way to do it. but im still new and there couldbe a better way to do it and smoother

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