A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: drop doen menu for draggable objects

  1. #1
    Junior Member
    Join Date
    Apr 2000
    Posts
    1

    Post

    I have a bunch of objects that are draggable that I am trying to attach a drop down menu to. Much like this site http://www.furniture.com/roomplanner/ except my drop down menu only contains 3 buttons. How can I do this? Please Help! Much Frustration!

    Chris

    chris.douglas@sierra.com

  2. #2
    Junior Member
    Join Date
    Apr 2000
    Posts
    21

    Cool


    if you make the drop down menu a movie clip, you can place a button within the movie clip with the action:

    On (Press)
    Start Drag ("")
    End On
    On (Release)
    Stop Drag
    End On

    then if you click where the button is, you can drag the whole mc, and your drop down menu will still work. just don't place the button over clickable area in the menu,




    ------------------
    kennethAustin
    kenneth.austin@knowledgenet.com

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