SHOW:
|
|
- or go back to the newest paste.
1 | monitor = peripheral.wrap("top") | |
2 | monitor.clear() | |
3 | monitor.setCursorPos(25,1) | |
4 | monitor.setTextScale(3) | |
5 | monitor.setTextColor(colors.blue) | |
6 | monitor.write("Information") | |
7 | sleep(1) | |
8 | monitor.clear() | |
9 | monitor.setCursorPos(24,1) | |
10 | monitor.write("Information") | |
11 | sleep(1) | |
12 | monitor.clear() | |
13 | monitor.setCursorPos(23,1) | |
14 | monitor.write("Information") | |
15 | sleep(1) | |
16 | - | monitor.clear |
16 | + | |
17 | monitor.setCursorPos(22,1) | |
18 | monitor.write("Information") | |
19 | sleep(1) | |
20 | monitor.clear() | |
21 | monitor.setCursorPos(21,1) | |
22 | monitor.write("Information") | |
23 | sleep(1) | |
24 | monitor.clear() | |
25 | monitor.setCursorPos(20,1) | |
26 | monitor.write("Information") | |
27 | sleep(1) | |
28 | monitor.clear() | |
29 | monitor.setCursorPos(19,1) | |
30 | monitor.write("Information") | |
31 | sleep(1) | |
32 | monitor.clear() | |
33 | monitor.setCursorPos(18,1) | |
34 | monitor.write("Information") | |
35 | sleep(1) | |
36 | monitor.clear() | |
37 | monitor.setCursorPos(17,1) | |
38 | monitor.write("Information") | |
39 | sleep(1) | |
40 | monitor.clear() | |
41 | monitor.setCursorPos(16,1) | |
42 | monitor.write("Information") | |
43 | sleep(1) | |
44 | monitor.clear() | |
45 | monitor.setCursorPos(15,1) | |
46 | monitor.write("Information") | |
47 | sleep(1) | |
48 | monitor.clear() | |
49 | monitor.setCursorPos(14,1) | |
50 | monitor.write("Information") | |
51 | sleep(1) | |
52 | monitor.clear() | |
53 | monitor.setCursorPos(13,1) | |
54 | monitor.write("Information") | |
55 | sleep(1) | |
56 | monitor.clear() | |
57 | monitor.setCursorPos(12,1) | |
58 | monitor.write("Information") | |
59 | sleep(1) | |
60 | monitor.clear() | |
61 | monitor.setCursorPos(11,1) | |
62 | monitor.write("Information") | |
63 | sleep(1) | |
64 | monitor.clear() | |
65 | monitor.setCursorPos(10,1) | |
66 | monitor.write("Information") | |
67 | sleep(1) | |
68 | monitor.clear() | |
69 | monitor.setCursorPos(9,1) | |
70 | monitor.write("Information") | |
71 | sleep(1) | |
72 | monitor.clear() | |
73 | monitor.setCursorPos(8,1) | |
74 | monitor.write("Information") | |
75 | sleep(1) | |
76 | monitor.clear() | |
77 | monitor.setCursorPos(7,1) | |
78 | monitor.write("Information") | |
79 | sleep(1) | |
80 | monitor.clear() | |
81 | monitor.setCursorPos(6,1) | |
82 | monitor.write("Information") | |
83 | sleep(1) | |
84 | monitor.clear() | |
85 | monitor.setCursorPos(5,1) | |
86 | monitor.write("Information") | |
87 | sleep(1) | |
88 | monitor.clear() | |
89 | monitor.setCursorPos(4,1) | |
90 | monitor.write("Information") | |
91 | sleep(1) | |
92 | monitor.clear() | |
93 | monitor.setCursorPos(3,1) | |
94 | monitor.write("Information") | |
95 | sleep(1) | |
96 | monitor.clear() | |
97 | monitor.setCursorPos(2,1) | |
98 | monitor.write("Information") | |
99 | sleep(1) | |
100 | monitor.clear() | |
101 | monitor.setCursorPos(1,1) | |
102 | monitor.write("Information") | |
103 | sleep(1) | |
104 | monitor.clear() | |
105 | monitor.setCursorPos(0,1) | |
106 | monitor.write("Information") | |
107 | sleep(1) | |
108 | monitor.clear() | |
109 | monitor.setCursorPos(-1,1) | |
110 | monitor.write("Information") |