public void switchHUDToResult()
 {
     ctr = nullityChecker();
     if (ctr)
     {
         ctr.showResult = true;
         ctr.showHUD = false;
         ctr.switchMouse(true);
         ctr.showfader = false;
     }//end of if
 }