home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 June / PCPRO_696.ISO / bonus / blender / shared.dir / 00804_X.PICT.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  162 b   |  11 lines

  1. on mouseUp
  2.   global ADSET
  3.   sound playFile 2, "mmvrrvt.AIF"
  4.   CLEANUP()
  5.   if ADSET <> 0 then
  6.     go("OPEN", ADSET)
  7.   else
  8.     go("OPEN", "CONTENTS")
  9.   end if
  10. end
  11.