home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / Shared.Cst / 00024_CONT2.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  504 b   |  19 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.       tell the stage to go to frame "OPEN" of movie ADSET
  9.     else
  10.       tell the stage to go to frame "OPEN" of movie "CONTENTS.DIR"
  11.     end if
  12.   else
  13.     tell the stage to go to frame "OPEN" of movie "CONTENTS.DIR"
  14.   end if
  15.   global CONTROLWINDOW
  16.   set CONTROLWINDOW = window "CONTROLS.DIR"
  17.   forget CONTROLWINDOW
  18.   set ADSET = "CONTENTS.DIR"
  19. end