function clear() { /* * Description: Method of buttonSet object. Used to reset any global * variables on which any buttons in the buttonSet rely * for their condition statements. * Arguments: None. */ gIsRunning=false; }