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

  1. on mouseUp
  2.   global PSOUND
  3.   sound playFile 2, "mmvrrvt.AIF"
  4.   if PSOUND = 1 then
  5.     puppetSound(0)
  6.     set PSOUND to 0
  7.   end if
  8.   CLEANUP()
  9.   go("OPEN")
  10. end
  11.