home *** CD-ROM | disk | FTP | other *** search
- global gRecList, gnewSound
-
- on mouseUp
- set theLine to the mouseLine
- set theField to the mouseCast
- set theWord to word theLine of field "list"
- if (theLine > 0) and (theField > 0) then
- hilite line theLine of field theField
- set gnewSound to getAt(gRecList, theLine)
- if soundBusy(1) = 1 then
- sound stop 1
- playRecSound()
- end if
- end if
- end
-