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

  1. on enterFrame
  2.   if soundBusy(1) then
  3.     nothing()
  4.   else
  5.     sound playFile 1, "main.wav"
  6.   end if
  7. end
  8.