home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if the visible of window "Help" then
- tell window "help"
- go("mix7")
- 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 gStyle
- if (gStyle <> 0) and not (the visible of window "help") then
- repeat while the mouseDown
- set the memberNum of sprite 42 to the number of member "HtransfSong"
- updateStage()
- end repeat
- end if
- end
-
- on mouseUp
- global gStyle
- if (gStyle <> 0) and not (the visible of window "help") then
- set the memberNum of sprite 42 to the number of member "transfSong"
- updateStage()
- openWin("YesNo")
- tell window "YesNo"
- go("toSeq")
- end tell
- end if
- set the editable of member "fieldBpm" to 0
- end
-