Hitting ESC and closing the game - you can use AutoHotKey with a script like this to temporarily disable the ESC key:
Code: Select all
Esc::goto ExitThisProgramQuestion
ExitThisProgramQuestion:
return
Losing progress - Make sure to save properly by exiting to the blue 'Altimit' desktop, or by pressing Start > Exit Game. It is a good idea to do this every now and then.