home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / LLCOOL.DIR / 00037.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  157 b   |  11 lines

  1. on mouseUp
  2.   global PSOUND
  3.   if PSOUND = 1 then
  4.     set PSOUND to 0
  5.     puppetSound(0)
  6.   else
  7.     set PSOUND to 1
  8.     puppetSound("HIPHOP.AIF")
  9.   end if
  10. end
  11.