PDA

View Full Version : What's that called...?


juiceman
09-24-2001, 03:22 PM
What is that called when you see a small word appear above a button when your mouse is over it for more that 1 second.

Is is called "bubble help" ?

That is what I am trying to achieve. I want to have a small description of the button pop up on mouse over of the button.

Can anyone help me?
:rolleyes:

Strok
09-24-2001, 03:42 PM
in html:
<img src="image.gif" width="100" height="100" alt="some message here">

in flash:

http://www.actionscripts.org/actionscripts_library/cgi-bin/search.cgi?query=Creating+tooltips&submit=SEARCH

juiceman
09-24-2001, 03:46 PM
Actually, I would like to knkow how to do that in Flash...

That is why I posted it here... sorry for being vauge.


:p

kingarturo
09-24-2001, 03:50 PM
Hi there,

Edit your button symbol, click on the mouse over frame, select the text tool and type the description of your button.

If you want some sort of animated description, you just basically do the same except that you have to make a movie symbol first then make your animation then you put that movie symbol in the mouse over frame.

Hope that helps.

Peace.

Strok
09-24-2001, 04:01 PM
Sorry
there's an example :

http://www.actionscripts.org/actionscripts_library/cgi-bin/search.cgi?query=Creating+tooltips&submit=SEARCH

juiceman
09-24-2001, 04:02 PM
Ahh yes. You are right! Sometimes the simple solution is the best. Thanks :D

What I eventually want to do is create those bubbles that float when the mouse is in a certain position range within the button.

I'm from Canada... Hamilton actually.

kingarturo
09-24-2001, 04:15 PM
It looks like Strok has got a pretty good example.

I'm in Calgary.

edited after seeing Strok's post.