A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Create a menu help

  1. #1
    Junior Member
    Join Date
    May 2007
    Posts
    1

    Question Create a menu help

    Hello everyone,
    I was wondering if this is possible to make. I want to make a moving menu for my website. What I mean is this is that have my set of links then when someone moves the mouse over a link it moves into the middle and maybe displays extra links. I have a 'small' knowledge of flash and a lot of knowledge of Paint Shop Pro and Photoshop so I know all about layers. If this is very difficult to do/Unclear about what I want, I'll understand just say
    Thank-you

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,448
    If you are new to Flash start out out with frame to frame animation. When you have a button and want to move the menu:

    myBut.onRelease = function()
    {
    this._parent.gotoAndPlay("frame2");
    }

    Which Actionscript do you want to use? The above example is AS2.
    - The right of the People to create Flash movies shall not be infringed. -

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