Dynamic Tooltip

Posted On: September 25, 2009
Price: $2.00
Flash Player Version: 8
Swishmax Version: Swishmax2, 2008.08.12
Comments: No comments yet


This is a beautiful tooltip that can be used in a very dynamic way.
Here’s how it works:
You have a button named “myButton“…
You just need to add the following in your timeline:

1
2
3
4
5
6
myButton.onRollOver = function () {
myTooltip(this,"The text you want in the Tooltip");
};
myButton.onRollOut = function () {
slideOutTool (this);
};

As easy as that! :)

VN:F [1.7.0_948]
Rating: 5.3/10 (3 votes cast)