8 lines
135 B
Text
8 lines
135 B
Text
|
|
Locate , , 0 'Hide the cursor
|
||
|
|
|
||
|
|
Sleep 500 'waiting half second or a keypress...
|
||
|
|
|
||
|
|
Locate , , 1 'Show the cursor again
|
||
|
|
|
||
|
|
Sleep
|