home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 June / PCPRO_696.ISO / bonus / blender / shared.dir / 00775_it-8.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  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.