Layer/Button Problem

Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default Layer/Button Problem

    I am currently working on a map which displays all 50 states. On mouseover the
    name of the state displays and on release on the state it expands over the 50
    states and shows different cities where our offices are as buttons. When you
    click on the button the info pops up. However if you click off a button just
    on the bg of the expanded state it will automatically open the state behind it.
    So i need to know how to make them seperate... So you have to close the
    expanded state before allowing any other state to automatically open. Its just
    frustrating if you miss the city button and another state pops up. Any ideas?
    I'm pretty new to all of this. So please be detailed.

    TylerDurdn Guest

  2. Similar Questions and Discussions

    1. button layer in ad
      Would some savvy user explain to me how to do this? I made a simple animated banner ad. Specs from the publisher are to "build the "Button Layer"...
    2. Layer Problem
      I am currently building a site and run into a slight problem... Here is the address: http://216.127.68.81/~admin11/index.php Here is the...
    3. please help me!!! (layer problem)
      Hi i tried to go to see the website but i only have a nice "error 404" :o) Can you tell me more? i wanna see that... PK
    4. Changing the action of an input button within a layer
      Well, almost everything you've written here, is client-side stuff. It seems like (from the description) an awkward way of doing things. Doing this...
  3. #2

    Default Re: Layer/Button Problem

    try this, when you click a button(state) make all the other button visible
    property false, doing this will make that all the other buttons disapear, and
    when you closes that state make all visible true again


    nardove Guest

  4. #3

    Default Re: Layer/Button Problem

    That would be difficult considering sometimes i only cover half of the states. So making it not visible would leave a white blank and would look awkword. Any other ideas?
    TylerDurdn Guest

  5. #4

    Default Re: Layer/Button Problem

    use the buttons just for hit, doing this you can use the same button for
    everithing and if all the states have an animation use tellTarget in the
    buttons to activate the animations, now you can use _visible false and every
    will look fine

    nardove Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139