home *** CD-ROM | disk | FTP | other *** search
- on showSeqMessage
- if objectp(the mouseMember) then
- set x to the mouseH
- set y to the mouseV
- if (x >= 175) and (x <= 192) and (y >= 326) and (y <= 343) then
- tell window "help"
- go("seq12")
- end tell
- else
- if (x >= 489) and (x <= 523) and (y >= 407) and (y <= 442) then
- tell window "help"
- go("seq7")
- 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 <= 633) and (y >= 433) and (y <= 446) then
- tell window "help"
- go("goMix")
- 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 the mouseMember = member 364 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
-