home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gSoundPath, gHelpTrue
-
- sound playfile 2, gSoundPath & "ting.AIF"
- -- set gHelpTrue = 1
- CLEANUP
- global CONTROLWINDOW2, DEST
- set horzOrigin to the stageleft - 288
- set vertOrigin to the stageTop + 100
- set CONTROLWINDOW2rect to rect (horzOrigin, vertOrigin, horzOrigin + 430, vertOrigin + 206)
- set CONTROLWINDOW2 to window "HELP.DIR"
- set the rect of CONTROLWINDOW2 to CONTROLWINDOW2rect
- set the fileName of CONTROLWINDOW2 to "HELP.DIR"
- set the titleVisible of CONTROLWINDOW2 to FALSE
- set the windowType of CONTROLWINDOW2 to 2
- open CONTROLWINDOW2
- set the modal of CONTROLWINDOW2 to FALSE
- end