home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if the visible of window "Help" then
- tell window "help"
- go("mix3")
- 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 46 to the number of member "HloadMix"
- updateStage()
- end repeat
- end if
- end
-
- on mouseUp
- global gLoadMix
- if not (the visible of window "help") then
- set the memberNum of sprite 46 to the number of member "loadMix"
- updateStage()
- set myFile to new(xtra("fileio"))
- setFilterMask(myFile, ".txt")
- set gLoadMix to displayOpen(myFile)
- set myFile to 0
- end if
- set the editable of member "fieldBpm" to 0
- end
-