Posted 06 September 2012 - 09:52 PM
hello again peoples, i am here today to show to you the rednet Wallpaper, ooohh yes, now you can let you console in waiting mode, it asked to you what you want print on your screen, and now it stay until you press CTRL-T. Sorry for my bad english
coming soon:
*Save the text to be printed on the screen
Thanks Imgoodisher and Noodle by the correction of "term.setCursorPos ()".
The Pastebin archive too was modified.
Now works too in monitors.
download: http://pastebin.com/edZ1967q
or
copy:
thank you to choose Rednet Works !!
by Matheuscat12
coming soon:
*Save the text to be printed on the screen
Thanks Imgoodisher and Noodle by the correction of "term.setCursorPos ()".
The Pastebin archive too was modified.
Now works too in monitors.
download: http://pastebin.com/edZ1967q
or
copy:
print("What you want that show on your Wallpaper?")
write(": ")
pt = read()
term.clear()
termx, termy = term.getSize()
while true do
print(pt)
sleep(1.5)
term.setCursorPos(math.random(termx - string.len(pt)), math.random(termy - 1))
end
thank you to choose Rednet Works !!
by Matheuscat12