Super Animation HTML5
	
	
	
	
	- * About
 
	- 
		* Super Animation Converter for HTML5.
		* You can play SWF animation in cocos2d-html5.
	 
	
	- * Usage
 
	- 
		
		- Use Flash as your animation editor, create any animation you want in it, then export these animation as SWF file.
 
		- Parse the SWF file with Super Animation Converter, get the transformation data and images from the SWF file.
 
		- Parse the SAM file with SAJSON, get the transformation data from the SAM file.
 
		- Reproduce the animation in cocos2d-html5 game engine with the transformation data and images.
 
		
	 
	
	- * Note
 
	- 
		* Super Animation Converter is required to use this.
		* This is the alpha release.
		* Sprite sheet is not supported yet.
	 
	
	- * Thanks
 
	- 
		for cocos2d-html5
		for Super Animation Converter
	 
	
	- * License
 
	- 
		* MIT License
	 
	
	- * Download
 
	- 
		* v0.1.0.0 [Source] [Sample]