home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / SONY / PAYOFF.DIR / 00024_Script_24 < prev    next >
Text File  |  1995-06-07  |  230b  |  14 lines

  1. --timeout to goto main menu
  2.  
  3. on exitFrame
  4.   --  set the timeoutLength to (5 * 60)
  5.   --  set the timeoutScript to "RETMAINMENU"
  6.   
  7.       startTimer
  8.       repeat while the timer < (5 * 60)
  9.             nothing
  10.       end repeat
  11.   
  12. end
  13.  
  14.