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();
Inout Blockchain AltExchanger (Crypto to crypto trading exchange platform script)Sponsored
Configure EC2 Auto Scaling
Setting up EC2 Auto Scaling to automatically adjust the number of servers based on traffic, performance, and demand.
Cost optimization by replacing IPv4 with IPv6 and configuring DNS for it
Plan and configure IPv6 addressing and DNS so you can reduce IPv4 usage and related costs.
AWS S3 Glacier Low Cost Deep Archive configurations
Configure S3 Glacier Deep Archive for ultra low-cost long term data storage.
Analysing your AWS bill and suggesting ways to reduce costs
Deep analysis of your AWS bill with a detailed list of cost saving recommendations.



