home *** CD-ROM | disk | FTP | other *** search
- on auszeit
- global mH, mV, z, ticks
- if the lastEvent > (5 * 60) then
- set ticks to 25 * 60
- set oldSound to the soundLevel
- set the soundLevel to 0
- set mH to the mouseH
- set mV to the mouseV
- repeat while (mH = the mouseH) and (mV = the mouseV)
- if (mH <> the mouseH) or (mV <> the mouseV) then
- exit repeat
- end if
- if (mH = the mouseH) and (mV = the mouseV) then
- go(1, "lc")
- repeat with z = 1 to 15
- go(label(line z of the labelList) + 1)
- pausieren(ticks)
- if (mH <> the mouseH) and (mV <> the mouseV) then
- exit repeat
- end if
- end repeat
- end if
- if (mH = the mouseH) and (mV = the mouseV) then
- go(1, "lcd")
- repeat with z = 1 to 9
- go(label(line z of the labelList) + 1)
- pausieren(ticks)
- if (mH <> the mouseH) and (mV <> the mouseV) then
- exit repeat
- end if
- end repeat
- end if
- if (mH = the mouseH) and (mV = the mouseV) then
- go(1, "Flex")
- repeat with z = 1 to 4
- go(label(line z of the labelList) + 1)
- pausieren(ticks)
- if (mH <> the mouseH) and (mV <> the mouseV) then
- exit repeat
- end if
- end repeat
- end if
- if (mH = the mouseH) and (mV = the mouseV) then
- go(1, "Praes")
- repeat with z = 1 to 5
- go(label(line z of the labelList) + 1)
- pausieren(ticks)
- if (mH <> the mouseH) and (mV <> the mouseV) then
- exit repeat
- end if
- end repeat
- end if
- if (mH = the mouseH) and (mV = the mouseV) then
- go(1, "over")
- repeat with z = 1 to 5
- go(label(line z of the labelList) + 1)
- pausieren(ticks)
- if (mH <> the mouseH) and (mV <> the mouseV) then
- exit repeat
- end if
- end repeat
- end if
- if (mH = the mouseH) and (mV = the mouseV) then
- go(1, "Lein")
- repeat with z = 1 to 4
- go(label(line z of the labelList))
- pausieren(ticks)
- if (mH <> the mouseH) and (mV <> the mouseV) then
- exit repeat
- end if
- end repeat
- end if
- if (mH = the mouseH) and (mV = the mouseV) then
- go(1, "Zub")
- repeat with z = 1 to 6
- go(label(line z of the labelList))
- pausieren(ticks)
- if (mH <> the mouseH) and (mV <> the mouseV) then
- exit repeat
- end if
- end repeat
- end if
- end repeat
- set the soundLevel to oldSound
- end if
- end
-