Tip: Don’t use HaXe and JS.
HaXe ‘s code construction/generation is the worst.
Half of the code that should work, doesn’t, because of bugs.
I am about a quarter of the way finished my game, but if I cannot find a solution to this one certain bug, the game will be completely unplayable.
Comments
25. Aug 2012 · 20:29 UTC
Haxe+JS works very fine for thousands of users, I guess the bug comes from your code 

RawringPenguins
26. Aug 2012 · 02:32 UTC
No, it is because of native JS Apis (canvas2d, image, sound etc). I made a workaround by constructing my own JS libraries, as most Apis aren’t implemented.