home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if the visible of window "Help" then
- tell window "help"
- go("synth10")
- 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
- if not (the visible of window "help") then
- repeat while the mouseDown
- set the memberNum of sprite 60 to the number of member "Hclose"
- updateStage()
- end repeat
- end if
- end
-
- on mouseUp
- if not (the visible of window "help") then
- set the memberNum of sprite 60 to the number of member "close"
- updateStage()
- close(window "synth")
- end if
- end
-