Spring

cm-log | March 19, 2012 | Comment   

Trace

cm-log | March 19, 2012 | Comment   

Last summer in New York

cm-log | March 6, 2012 | Comment   


 

 

 

 

[Column] W.E.B Vol. 146

press | February 28, 2012 | Comment   

PRESS
http://www.worldweb.co.kr
W.E.B Vol. 146 - February 2012
The culture of company dinner in New York.

[AS3] CM Loading

study | February 14, 2012 | Comment   
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
loading.stop();
REMOVE
loading.dispose();
UPDATE
Version 1.0 – Initial release