Hello,
I'm using the latest beta release of Construct 2 and I'm wondering how to handle snapped mode. As it is now the game is just letterboxed with huge black spaces above and under. This is not optimal and what I want is for the game to be paused and a screen showing up (that takes upp all the height of the snapped mode, preferably in metro style) that says the game is paused with a button to make it fullscreen again. Is this possible with the official Windows 8 implementation? I saw the "on viewstate snapped" event and "try unsnap" action but I'm not sure how to use them correctly. I suspect I might have to combine those with a css media query, right?