View Single Post
Old 06-25-2008, 02:51 PM   #33 (permalink)
LedZepp
Experienced Member
 
LedZepp's Avatar
 
Join Date: Mar 2007
Posts: 976
LedZepp has a spectacular aura aboutLedZepp has a spectacular aura about
Default

Quote:
Originally Posted by Netrix View Post
I could put an option for auto-bookmarking. So that every 1, 2, 5, or 10 minutes, it automatically bookmarks whatever position is book is currently at.
I think theres a method defined in XNA that is called something like IsExiting and it gets called when the game exits, now i dont know if it works on the zune and if it would work in the case of low battery but you should experiment with it.

The exact method is:
Code:
protected override void OnExiting(object sender, EventArgs args)
{
      base.OnExiting(sender, args);
}
__________________
Game Request Template




LedZepp is offline   Reply With Quote