home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if the visible of window "Help" then
- tell window "help"
- go("grooveM4")
- 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 gSolo, gOn, gSync, gFirstClick, virTracklIst
- if gOn and (virTracklIst <> [-1, -1, -1, -1, -1, -1, -1, -1]) and not (the visible of window "help") then
- set gSolo to not gSolo
- puppetSprite(11, 1)
- clickSolo()
- end if
- set the editable of member "fieldBpm" to 0
- end
-