home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if the visible of window "Help" then
- tell window "help"
- go("mix6")
- 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 41 to the number of member "HnewMix"
- updateStage()
- end repeat
- end if
- end
-
- on mouseUp
- global gStyle, gPlaySong, gPath, gOnSynth
- if not (the visible of window "help") then
- set the memberNum of sprite 41 to the number of member "newMix"
- updateStage()
- if IKGetCurrentBeat() <> -1 then
- if gOnSynth then
- IKSynthStop()
- set gOnSynth to 0
- end if
- IKStop()
- IKFunction()
- set gPlaySong to 0
- set sN to "s" & gStyle
- set the memberNum of sprite (gStyle + 1) to the number of member sN
- updateStage()
- end if
- set the randomSeed to the timer
- createSong()
- end if
- set the editable of member "fieldBpm" to 0
- end
-