| Wondering if anyone else has come across this problem recently. 
 When I build and test my engine code with MServer running the app works fine.  However, when I drop the built Monkeygame.html file onto a browser window it freezes after displaying one frame.  (graphics all visible, the browser hasn't crashed but it's not updating the game code)  AFAIR I haven't changed my code structure for a while so I'm a bit confused, trying to narrow down where I should be looking. (I have the standard OnCreate(), OnUpdate(), OnRender() loop most people use I guess)
 
 By default I'm doing the build and run on Firefox. (v7.0.1)  I tested the built file in both Firefox and Chrome and the freeze happens in both.  Tried v46 and v47.
 
 Thanks.
 
 
 |