ABOUT
CM Loading is a AS3.0 Class that enables to generate loading/activity indicators without any images or assets.
The loading icon can be customized such as the number of lines, length, width, radius, color, speed of the animation and show/hide shadow.
EXAMPLE
DOWNLOAD
USAGE
var loading = new CMLoading(12, 8, 2.6, 6, 0x313131, 0.6, false);
loading.x = 300;
loading.y = 200;
loading.start();
this.addChild(loading);
STOP
REMOVE
UPDATE
Version 1.0 – Initial release