home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #3 / BLENDER.iso / pc / files / musprof.dxr / 00218.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  222 b   |  12 lines

  1. on mouseUp
  2.   global PSOUND, gSoundPath
  3.   sound playFile 2, gSoundPath & "stuni.AIF"
  4.   if PSOUND then
  5.     puppetSound(PSOUND, the frameSound1)
  6.     updateStage()
  7.     set PSOUND to 0
  8.   end if
  9.   CLEANUP()
  10.   go(marker(-2))
  11. end
  12.