Hi pals, i'm not sure if this a bug or design, i'm trying to make the game without collision because C2 has great collision managment but it can cause performance issues for mobiles, compared to other HTML5 games don' use specificed collison may save good FPS for mobiles.
I've seen C2 blog talked about FPS comparison for mobiles, they showed between 2X to 57 fps, but i'm getting 60 fps without complex collision system.
At this moment, i'm having a problem, it breaks trigger once for each more than 2 objects in targeted distance.
It uses loop for each.
Reproduce to problem
1-Wait to get hit by one, it only substracts by 10
2-While get hit by 2 bullets, it breaks trigger once and substract 10 in every tick.
Demo:
http://flamma-beta.com/HTML5/TriggerOnceForEach/
.capx:
http://dl.dropbox.com/u/76227787/TriggerForEachIssue.capx
Thanks for advance.