home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / 3d_dun.dir / 00063.ls < prev    next >
Encoding:
Text File  |  1994-12-01  |  181 b   |  11 lines

  1. on exitFrame
  2.   if random(6) = 1 then
  3.     go(#next)
  4.   else
  5.     if not soundBusy(1) then
  6.       sound playFile 1, pathName() & "AIFF\DUNGEON.AIF"
  7.     end if
  8.     go(#loop)
  9.   end if
  10. end
  11.