I have an image of the toolbar of our software and images (transparent pngs)
of the tooltips with arrows that will point to the icon.
I can make a roll-over button that only appears when the user rolls over the
icon, but the tooltip text is wider than the icon that triggers it, so the
buttons I'm creating overlap.
So I want the area that triggers the roll-over effect to be smaller than the
button. Or is there a better way to accomplish this task?
Thanks for any advice!
another way to do this, in the case that the 'button' is a MC, is to 'assign'
the hitArea property of the MC to any other MC you wish and have drawn.
susancvineyard - you're very welcome :) so, in re-reading your initial post i
noticed that you say the 'some' of the buttons 'overlap' - this could be part
of the problem, since the event handlers will often only read the uppermost
depth. placing them on independent 'layers' wont really help you I'm afraid,
you just need to make sure that the hit areas (that you have now defined) do
not overlap one another. there are a few other tricks but it would require much
more in the structuring and coding of your document.
Question: What happens to the "HIT" areas when you redo them? Do the
originals go away? I've messed with this file quite a bit, and it just seems
to get worse. I'm wondering if it's now got some trash code in it and I just
need to start from scratch, now that I know (somewhat) what I'm doing . . .
It's hard to tell just what's going on without seeing the document set up - if
you could post the fla that would be helpful and we could take a look.
http://vineyardcommunication.com/hold/toolbar.fla
Thanks. If I can figure out how to do this, I can do a lot more that I need to do . . .
If you have any questions though, ask here!
(Maybe if I get good enough at this, they'll buy me a newer version.)
I want to see it! What did I wrong?
In flash go to Help, then at the bottom of the pulldown it'll say "About *your
flash version*".
If yours is Flash 2004 MX or MX Professional, I guess you won't be able to
open up my example >_<
@susancvineyard - nice looking toolbar - good job :)
when he has a new version for you, it will be apparent what was changed :)
Maybe I can figure out what I'm doing wrong by studying the bar you fixed for
me.
Unfortunately, I'm in class all day today, and unfortunately, it's not Flash
class, so I may have more questions next week.
Thanks again for your time and help.
I found that what I was doing wrong was not inserting a keyframe before I created the hit area. Everything works great now!