home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / SHARED.DIR / 00774_x-8.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  249 b   |  15 lines

  1. on mouseUp
  2.   global ADSET
  3.   sound playFile 2, "thfwz.AIF"
  4.   CLEANUP()
  5.   if the shiftDown = 0 then
  6.     if ADSET <> 0 then
  7.       go("OPEN", ADSET)
  8.     else
  9.       go("OPEN", "CONTENTS.DIR")
  10.     end if
  11.   else
  12.     go("OPEN", "CONTENTS.DIR")
  13.   end if
  14. end
  15.