Version 3.0 of our platformer project has an unfortunate bug, or it could be a general error with Construct 2.
Throughout my HTML5 game (and at random times), my music suddenly stops and if I leave the tab and re-click on it, the music comes back in.
There is no static, the game's sound just cuts out. (And yes, I'm using Google Chrome).
I added these functions to my Version 3.0 platformer:
Loaded a web-font upon the start of each layout and used the "dummy text" instance for 3 seconds before it's destroyed.
Added 2 new arrays and saved their values as cookies, in addition to the 1 level array I already had.
Not sure if it's a bug with Construct 2, my game or my browser.