Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
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