home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global DlgCurr, Topic, Language
- set i to integer((the mouseLine + 1) / 2)
- if i > 3 then
- set i to 3
- end if
- if i > 0 then
- if string(the windowList) contains "Record" then
- set the foreColor of line (i * 2) - 1 of field "Risposte" to GetColor("Red")
- doSound("T" & Topic & "D" & GetValue(Son(GetParent(DlgCurr), i)) & Language, "Wait")
- set the foreColor of line (i * 2) - 1 of field "Risposte" to GetColor("Black")
- else
- ContDialog(i)
- end if
- end if
- pass()
- end
-