home *** CD-ROM | disk | FTP | other *** search
- on showMixMessage
- if objectp(the mouseMember) then
- set x to the mouseH
- set y to the mouseV
- if (x >= 438) and (x <= 466) and (y >= 158) and (y <= 186) then
- tell window "help"
- go("mix1")
- end tell
- else
- if (x >= 489) and (x <= 523) and (y >= 408) and (y <= 442) then
- tell window "help"
- go("mix4")
- end tell
- else
- if (x >= 592) and (x <= 611) and (y >= 454) and (y <= 471) then
- tell window "help"
- go("pref")
- end tell
- else
- if (y >= 454) and (y <= 471) and (x >= 615) and (x <= 634) then
- tell window "help"
- go("quit")
- end tell
- else
- if (x >= 567) and (x <= 634) and (y >= 393) and (y <= 408) then
- tell window "help"
- go("goGroove")
- end tell
- else
- if (x >= 567) and (x <= 633) and (y >= 372) and (y <= 387) then
- tell window "help"
- go("goMenu")
- end tell
- else
- if (x >= 567) and (x <= 634) and (y >= 413) and (y <= 426) then
- tell window "help"
- go("goSeq")
- end tell
- else
- if the mouseMember = member 498 of castLib 1 then
- tell window "help"
- go("start")
- end tell
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-