home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if the visible of window "Help" then
- tell window "help"
- go("mix1")
- 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 gStyle, gAnim
- if not (the visible of window "help") then
- if gStyle <> 0 then
- set st to "s" & gStyle
- set the memberNum of sprite (1 + gStyle) to the number of member st
- updateStage()
- end if
- set gStyle to the clickOn - 1
- set gAnim to 48
- repeat with i = 49 to 120
- set the visible of sprite i to 0
- end repeat
- put "000 1" into field "fieldBarBeat"
- clickStyle()
- end if
- set the editable of member "fieldBpm" to 0
- end
-