Featured FLA
» Author: Nitin Tikhe
» Title: Cart
» Description: This Animation Tut is a fun and useful for kids below 15 years. Watch the Flag, Doors, Stick and Horse movements.
» More by Nitin Tikhe
Featured Site
» Posted in the Flash Kit Links section
» Title: Banana Swimwear
» Description: This is a banana swim wear interactive catalog we designed and animated in Flash
download my tutorial files and place the toolTip.as in the same directory as your .fla. Now on the first Frame of your .fla put this code:
#include "toolTip.as"
This external actionscript is loaded soon as you publish and contains the functions neccesary to show the tooltips.
now on every button you have, use this code:
the first parameter of the toolTip-function is your tooltip text, the second the duration of display in seconds.
the function of the Tooltip itself as it appears in the external script is explained with some comments below, but all you really have to know is how to assign this functions to your buttons.
I included a test file to show you how this looks on Buttons named
test_tooltip.fla.... have fun with the overleaf sniplet,
daarboven