home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if the visible of window "Help" then
- tell window "help"
- go("mix9")
- 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 mouseUp
- global gList, gRand, gRadio
- if not (the visible of window "help") then
- set gList to not gList
- if gList then
- set the memberNum of sprite 43 to the number of member "Hlist"
- else
- set the memberNum of sprite 43 to the number of member "list"
- end if
- if gRand then
- set gRand to 0
- set the memberNum of sprite 44 to the number of member "random"
- end if
- if gRadio then
- set gRadio to 0
- set the memberNum of sprite 48 to the number of member "radio"
- end if
- updateStage()
- end if
- set the editable of member "fieldBpm" to 0
- end
-