HI Chad,
There is some code:
if (_gamePadHandler.WasButtonPressed(0, ButtonType.Back))
needs to be:
if (_gamePadHandler.WasButtonPressed(0, Buttons.Back))
Cheers Chad.
::Twitter::8WeekGame::Blog::