home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gSoundPath
- sound playfile 2, gSoundPath & "thfwz.AIF"
- global ADSET
- CLEANUP
- if the shiftDown = FALSE then
- if ADSET <> 0 then
- tell the stage to go to frame "OPEN" of movie ADSET
- else
- tell the stage to go to frame "OPEN" of movie "CONTENTS.DIR"
- end if
- else
- tell the stage to go to frame "OPEN" of movie "CONTENTS.DIR"
- end if
- global CONTROLWINDOW
- set CONTROLWINDOW = window "CONTROLS.DIR"
- forget CONTROLWINDOW
- set ADSET = "CONTENTS.DIR"
- end