home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / CLASS97.DIR / 00509.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  106 b   |  7 lines

  1. on mouseUp
  2.   global gSoundPath
  3.   sound playFile 3, gSoundPath & "mmvrrvt.aif"
  4.   CLEANUP()
  5.   go("YL2")
  6. end
  7.