SHOW:
|
|
- or go back to the newest paste.
1 | while true do | |
2 | - | m.write("hallo") |
2 | + | |
3 | - | m.setCursorPos(1,2) |
3 | + | |
4 | - | m.write("") |
4 | + | |
5 | m.setTextColor() | |
6 | ||
7 | m.write("") m.setCursorPos(1,2) | |
8 | m.write("") m.setCursorPos(1,3) | |
9 | m.write("") m.setCursorPos(1,4) | |
10 | m.write("") m.setCursorPos(1,5) | |
11 | m.write("") m.setCursorPos(1,6) | |
12 | m.write("") m.setCursorPos(1,7) | |
13 | m.write("") m.setCursorPos(1,8) | |
14 | m.write("") m.setCursorPos(1,9) | |
15 | m.write("") m.setCursorPos(1,10) | |
16 | m.write("") | |
17 | ||
18 | if io.read() == "test" then | |
19 | m.clear() | |
20 | m.write("Richtig") | |
21 | rs.setOutput("right",true) | |
22 | sleep(5) | |
23 | rs.setOutput("right",false) | |
24 | else | |
25 | m.clear() | |
26 | m.write("Falsch") | |
27 | rs.setOutput("top",true) | |
28 | sleep(5) | |
29 | rs.setOutput("top",false) | |
30 | end |