home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Leitz / Image.iso / leitz / info4.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1997-01-09  |  119 b   |  9 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if soundBusy(1) then
  4.     nothing()
  5.   else
  6.     sound playFile 1, "info.wav"
  7.   end if
  8. end
  9.