Hi all (and plugin author),
I installed the plugin, and added an event for the game to go to my Title Screen when the user clicks Back.
My event sheet has this entry:
WindowsPhone . On back --> System . Go to layout "TitleLayout"
However, when I click the Back button on WP8, the game quits and goes to the WP system Start screen.
Am I missing something? :-/
Once I get this working, I also want to detect the layout, so that I can go to the title screen when the game is being played, or quit the game when it's already in the title screen.
FYI, I am using the WP8 emulator in VS2012 since I don't have a physical device at the moment.
Thanks in advance!