home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / CONTENTS.DIR / 00043_dangerLoop.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  132 b   |  7 lines

  1. on mouseUp
  2.   global gSoundPath, gDelimiter
  3.   CLEANUP()
  4.   sound playFile 2, gSoundPath & "TRAPDOOR.AIF"
  5.   go("OPEN", "TRAP.DIR")
  6. end
  7.