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();
Amazon Clone Script - Buy2AmazonSponsored
Coupon & Affiliate Theme (New 2022) - Download Now!Sponsored
Taskrabbit Clone Script - Buy2TaskySponsored
Create CloudWatch Alarms and Automated Performance-Based Actions
Setting up CloudWatch alarms to monitor server performance and trigger automated actions based on customized conditions.
Website and database migration to AWS EC2 instance
Migrate your website and database from existing hosting to an AWS EC2 server.
Analysing your AWS bill and suggesting ways to reduce costs
Deep analysis of your AWS bill with a detailed list of cost saving recommendations.
AWS Aurora DB configurations
Set up or tune Amazon Aurora for high performance and high availability workloads.

