I'm using melonJS ( v3.x ) to develop my HTML5 game.
All is working fine in debug mode ( http://something:8000/#debug ), but if i test without de debug panel ( http://something:8000/ ), my scene is loaded and rendered but none of my events work ( keyBind, pointerBind etc..).
I have no idea from where the problem can come. I have no error in my logs, neither in my firebug. Again, all is working great in debug mode.. Any help ?
EDIT
My events also work fine, they are fired when called. The problem seems to come from the scene that is never updated...