home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / e-on / main.dir / 00048.ls < prev    next >
Encoding:
Text File  |  1996-02-10  |  210 b   |  14 lines

  1. on exitFrame
  2.   global ktout
  3.   if soundBusy(1) = 0 then
  4.     sound playFile 1, "netsnd.aif"
  5.   end if
  6.   kroll()
  7.   if ktout > 3 then
  8.     set ktout to 0
  9.     go("tout")
  10.     exit
  11.   end if
  12.   set ktout to ktout + 1
  13. end
  14.