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

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