home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if the visible of window "Help" then
- tell window "help"
- go("synth13")
- end tell
- end if
- end
-
- on mouseLeave
- if the visible of window "Help" then
- tell window "help"
- go("start")
- end tell
- end if
- end
-
- on mouseDown
- global gOn, synthList, folderSynthList
- if gOn and (synthList <> []) and (folderSynthList <> []) and not (the visible of window "help") then
- repeat while the mouseDown
- set the memberNum of sprite 64 to the number of member "Hempty"
- updateStage()
- end repeat
- end if
- end
-
- on mouseUp
- global gOn, synthList, folderSynthList
- if gOn and (folderSynthList <> []) and not (the visible of window "help") then
- if synthList <> [] then
- emptySynth()
- end if
- end if
- end
-