home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / Shared.Cst / 00022_EXIT2.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  360 b   |  16 lines

  1. on mouseUp
  2.   global gSoundPath
  3.   sound playfile 2, gSoundPath & "thfwz.AIF"
  4.   global ADSET
  5.   CLEANUP
  6.   if the shiftDown = FALSE then
  7.     if ADSET <> 0 then
  8.       go to frame "OPEN" of movie ADSET
  9.     else
  10.       go to frame "OPEN" of movie "CONTENTS.DIR"
  11.     end if
  12.   else
  13.     go to frame "OPEN" of movie "CONTENTS.DIR"
  14.   end if
  15.   set ADSET = "CONTENTS.DIR"
  16. end