home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1995 June / MG6.ISO / mg.dig / 00186.ls < prev    next >
Encoding:
Text File  |  1995-04-20  |  190 b   |  11 lines

  1. on exitFrame
  2.   cursor(4)
  3.   sound stop 1
  4.   set speastring to the pathName & "spea\spea.pif"
  5.   open(speastring)
  6.   startTimer()
  7.   repeat while the timer < (5 * 60)
  8.   end repeat
  9.   cursor(0)
  10. end
  11.