Simple AS3 Tooltip #680
Easy to use on your AS3 project //import the library import AS3tooltip.Tooltip; //create the tooltip var tooltip = new Tooltip(); addChild(tooltip); //registering the movieClip, button , or dynamic textField //and also their tooltip to be displayed //example : tooltip.addTooltip(mc1,"MovieClip 1" ); tooltip.addTooltip(mc2,"MovieClip 2" ); //OPTIONAL setting ; //if you do not assign these value it will be automatically assigned with default value. tooltip.setAlpha(1); tooltip.setDelay(500); tooltip.setBoundaries(area_mc.x,area_mc.y,area_mc.x+area_mc.width,area_mc.y+area_mc.height); //finish //if the toolip is not needed anymore, call destroy function tooltip.destroy();
Visit publisher site: Simple AS3 Tooltip #680Listing Details
- Filed in:
-
Scripts / Flash / Components
- Submitted on:
- Last Updated:
- Apr 16, 2010
- Publisher:
- mmfiles.com Other listings by this publisher
License & Pricing Information
- License Type:
- Commercial
- Price:
- $5.00 USD
- Additional Info:
User Reviews
Be the first to review this listing!Not yet reviewed by any member.... You can be the FIRST one to write a review for Simple AS3 Tooltip #680