Creating a simple Load Indicator / preloader
Here is a handy class to display a simple spinning load indicator / preload animation while your content is loading or transitioning. This demo uses the bit101 minimalcomps to show how flexible and configurable this class is.
Use this demo to set up the style for your project, then hit the “copy” button to copy the configuration to your clipboard.
Usage:
// create _loadInd = new LoadIndicator(this, 75, 75); // remove _loadInd.destroy();
download LoadIndicator.as
Recent Comments