home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if the visible of window "Help" then
- tell window "help"
- go("grooveM5")
- 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 gOn, gPath, gSync, gFirstClick
- if gOn and not (the visible of window "help") then
- if not gSync or (gSync and gFirstClick) then
- set gFirstClick to 0
- set spriteNum to the clickOn
- set traccia to spriteNum - 40
- set temp to chars(the name of member the memberNum of sprite 12, 2, length(the name of member the memberNum of sprite 12))
- if integerp(integer(temp)) then
- puppetSprite(12, 0)
- end if
- clickControlTrack(traccia, spriteNum)
- end if
- end if
- set the editable of member "fieldBpm" to 0
- end
-