home *** CD-ROM | disk | FTP | other *** search
/ Best of Blender / bestofblender.iso / pc / blender / files / beastvr / beastvrm.dir / 00013_Script_13 < prev    next >
Text File  |  1996-04-25  |  253b  |  12 lines

  1. on mouseUp
  2.   global MIKESET, DEST
  3.   if MIKESET = 0 then
  4.     set the volume of sound 1 to 50
  5.     sound playfile 2, "MDSCRTLB.AIF"
  6.     set MIKESET = 1
  7.   else
  8.     sound stop 2
  9.     set the volume of sound 1 to 255
  10.     set MIKESET = 0
  11.   end if
  12. end