Converting text into a button doesn't work properly.

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

  1. #1

    Default Converting text into a button doesn't work properly.

    I am converting text into a button and then inserting the following
    action:

    on (press) {
    gotoAndStop(14);
    }

    When you press on the button it will bring you to frame14. The area
    around the button is not totally clickable. It is like Macromedia only
    converting an outline of the text into a button because when I pass my
    mouse pointer over the button certain areas you cannot click on even
    though you are still over the button.

    Making the text in a third-party program and importing it as a graphic
    into my library will get rid of this problem (the whole area of the
    button is clickable), but doing this has some often disadvantages -
    time, size and it's freakin annoying.

    I also created a transparent box and put text in the box. I then
    converted both the text and the box into a button. I still have the
    same problem with some areas over the button not being clickable.

    Any help greatly appreciated. Thank you.

    Colin
    No Thankyou Guest

  2. Similar Questions and Discussions

    1. Button Skinning Not Workly Properly
      I have been trying to create a flex skin for buttons and have been half way sucessful. I have been able to get the desired effect part of the time...
    2. Back Button Wont Work Properly !?!
      I have just made a simple flash based website and decided/had to add a 'back' button to return to the home page where the menu is located. But it...
    3. converting text to button
      I know how to convert text to a button. However when I do just the thin lines in the text are active, the background is not. How do you make the...
    4. autocomplete does not work properly....
      Outlook Express keeps prompting for your password - Fix http://www.dougknox.com/xp/tips/xp_oe_passwords.htm This fix also applies to Outlook,...
    5. it must be me, in that autocomplete does not work properly
      i may be incredibly naive but i can not figure how to get autocomplete to work. either in internet explorer or in outlook express. is there...
  3. #2

    Default Re: Converting text into a button doesn't work properly.

    When you only have text in a button, the text itself will serve as the
    'clickable' area (hotspot, hitframe). To solve this you have to edit the
    button and put a solid shape (a rectangle or a circle or whatever you
    want as a 'clickable' area) in the 4th frame (labelled "Hit"). Anything
    you put in there will not be visible in the final swf but only server as
    the 'clickable' area.

    No Thankyou wrote:
    > I am converting text into a button and then inserting the following
    > action:
    >
    > on (press) {
    > gotoAndStop(14);
    > }
    >
    > When you press on the button it will bring you to frame14. The area
    > around the button is not totally clickable. It is like Macromedia only
    > converting an outline of the text into a button because when I pass my
    > mouse pointer over the button certain areas you cannot click on even
    > though you are still over the button.
    >
    > Making the text in a third-party program and importing it as a graphic
    > into my library will get rid of this problem (the whole area of the
    > button is clickable), but doing this has some often disadvantages -
    > time, size and it's freakin annoying.
    >
    > I also created a transparent box and put text in the box. I then
    > converted both the text and the box into a button. I still have the
    > same problem with some areas over the button not being clickable.
    >
    > Any help greatly appreciated. Thank you.
    >
    > Colin
    Duh NuhnKa Guest

  4. #3

    Default Re: Converting text into a button doesn't work properly.

    On Mon, 21 Mar 2005 09:22:15 +0100, Duh NuhnKa <rlitjens@indespot.nl>
    wrote:

    Thank you. Much appreciated. That did the job.
    >When you only have text in a button, the text itself will serve as the
    >'clickable' area (hotspot, hitframe). To solve this you have to edit the
    >button and put a solid shape (a rectangle or a circle or whatever you
    >want as a 'clickable' area) in the 4th frame (labelled "Hit"). Anything
    >you put in there will not be visible in the final swf but only server as
    >the 'clickable' area.
    >
    >No Thankyou wrote:
    >> I am converting text into a button and then inserting the following
    >> action:
    >>
    >> on (press) {
    >> gotoAndStop(14);
    >> }
    >>
    >> When you press on the button it will bring you to frame14. The area
    >> around the button is not totally clickable. It is like Macromedia only
    >> converting an outline of the text into a button because when I pass my
    >> mouse pointer over the button certain areas you cannot click on even
    >> though you are still over the button.
    >>
    >> Making the text in a third-party program and importing it as a graphic
    >> into my library will get rid of this problem (the whole area of the
    >> button is clickable), but doing this has some often disadvantages -
    >> time, size and it's freakin annoying.
    >>
    >> I also created a transparent box and put text in the box. I then
    >> converted both the text and the box into a button. I still have the
    >> same problem with some areas over the button not being clickable.
    >>
    >> Any help greatly appreciated. Thank you.
    >>
    >> Colin
    No Thankyou 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