2006-01-15, 05:30 AM
I want to put an auto-save option into my SuDoku plugin so it seems sensible to call a SaveGame() method from Deactivate(). Trouble is, it looks like if I have the plugin active when I turn the MVP off (using green button on remote), the Deactivate method isn't called.
Is there some way that I can make sure the current game position is automatically saved in such a situation? In other words, if I turn the MVP off, something somewhere calls SaveGame()?
Cheers,
Brian
Is there some way that I can make sure the current game position is automatically saved in such a situation? In other words, if I turn the MVP off, something somewhere calls SaveGame()?
Cheers,
Brian