shinkan
Im making a puzzle game more like diamond dash.
<img src="http://www.gamesgoogleplus.net/public/photo/10-2.jpg" border="0">
The problem is affecting the performance due to many collisions in CocoonJS, they told me CocoonJS is not a javascript performance booster, just another rendering performance.
Here is my .capx http://dl.dropbox.com/u/76227787/FallingBlocksPerformance.capx
They told me do not use collision, unless should have each block have state if position is changed, then do fall without collision. I have no idea how it works.