home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if the visible of window "help" then
- tell window "help"
- go("pref5")
- 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 47 to the number of member "Hsave"
- updateStage()
- end repeat
- end if
- end
-
- on mouseUp
- global gQMix, gReturn, gPath, gDb, gRandom, gGrooveSel, numTrackList, folderSynthList, tList, virTracklIst
- if not (the visible of window "help") then
- cursor(4)
- IKSetIniPath("SOFTWARE\IK Multimedia\GrooveMaker\1.2")
- IKIniWrite("stereo_mix", string(gQMix))
- set tempWord to EMPTY
- repeat with i = 1 to 4
- set tempWord to tempWord & getAt(numTrackList, i)
- end repeat
- if tempWord <> getAt(tList, 2) then
- IKIniWrite("numTrack", tempWord)
- end if
- if gDb <> getAt(tList, 3) then
- IKIniWrite("db", string(gDb))
- end if
- go(word 1 of gReturn, word 2 of gReturn)
- setAudio()
- set the memberNum of sprite 47 to the number of member "save"
- cursor(-1)
- end if
- end
-