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

  1. on mouseUp
  2.   global gSoundPath, CNAME
  3.   set CNAME to 0
  4.   sound playFile 2, gSoundPath & "spanx.aif"
  5.   CLEANUP()
  6.   go("BACKISSUE")
  7.   updateStage()
  8. end
  9.