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

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