AS3 ToolTip Class (Utilities)

Add custom tool tips to your Flash projects! Very simple to integrate. Just import the class and create an instance, that’s it!

Built using OOP so it’s easy to put into anything that is already made as well.

Simply pass your parameters into your class to customize the tool tip.

Features include:
• Left or Right tip
• HTML text
• Having a Drop Shadow
• Having the tool tip move with the mouse
• Fading in/out when tool tip in added/removed

Sample syntax:
import com.learnToDevelop.AS3ToolTipClass;
var tip:AS3ToolTipClass = new AS3ToolTipClass(objectName_obj, “text”, “This is my text!”, dropShadow_boo, fade_boo, move_boo, “right”);

This file uses the Tweener package which is covered under the OSI .

Download AS3 ToolTip Class (Utilities)

Leave a Reply

Your email address will not be published. Required fields are marked *