This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
Rainbooows! - Now With Term.clear() Animation!
Started by jesusthekiller, 13 August 2013 - 04:01 PMPosted 13 August 2013 - 06:01 PM
Rainbooows!
Rainbows power for CC!
Ever wished that CC was a little bit more rainbowish? Well, this program will completely change your CC experience!
Screenshot:
Download: pastebin get eiWmSKAV rainbow
Version 2 out, adds term.clear() animation!
Posted 13 August 2013 - 06:22 PM
Even though I'm not sure how this is useful, Rainboooows! :D/>
Nice! :)/>
+1 since rainbows are simply overly awesome! :3
Nice! :)/>
+1 since rainbows are simply overly awesome! :3
Posted 13 August 2013 - 06:29 PM
I thought you will like it when I've looked at your avatar :P/>
Posted 14 August 2013 - 04:02 AM
AAHH!!! My eyes!!!
I cannot quote you on that since I cannot even see it… :P/>
I cannot quote you on that since I cannot even see it… :P/>
Posted 14 August 2013 - 08:06 AM
Just because of this uhmm..
I made a hacking theme kinda
Just typed this on my phone :D/>
I made a hacking theme kinda
Spoiler
local oldWrite = term.write
local oldClear = term.clear
local oldCursor = term.setCursorBlink
local oldVer = os.version
term.write = function(text)
if term.isColor() then term.setTextColor(colors.lime); term.setBackgroundColor(colors.green);
end
oldWrite(text)
end
term.setCursorBlink = function(boolean)
if term.isColor() then term.setTextColor(colors.lime)
end
if boolean then oldCursor(true)
else
oldCursor(false)
end
end
term.clear = function()
if term.isColor() then term.setBackgroundColor(colors.green) oldClear() end
end
os.version = function()
print("HackOS 9000.1")
end
term.clear()
term.setCursorPos(1,1)
print(os.version())
Overriding functions is fun isn't it? :P/>Posted 14 August 2013 - 08:15 AM
Nice :D/>
You gave me idea for Rainbooows! v2 :D/>
You gave me idea for Rainbooows! v2 :D/>
Posted 14 August 2013 - 08:21 AM
Can you give me a hint on what the idea was? :)/>
Posted 14 August 2013 - 08:30 AM
Version 2 out, adds term.clear() animation!
Posted 14 August 2013 - 09:05 AM
It's… beautiful…
On a side note, does anybody else get minor lag when they, for example, press and hold any key in the terminal or is it just my computer?
On a side note, does anybody else get minor lag when they, for example, press and hold any key in the terminal or is it just my computer?
Posted 14 August 2013 - 11:29 AM
Thanks!
You are spamming "key" event, it will lag :)/>
You are spamming "key" event, it will lag :)/>
Posted 14 August 2013 - 12:09 PM
This may not be useful, but it's awesome!
Posted 14 August 2013 - 12:47 PM
Thanks :)/>
Posted 15 August 2013 - 08:17 AM
Упрлс
Posted 15 August 2013 - 08:38 AM
Sweet! It looks GROOVY!
Posted 15 August 2013 - 10:30 AM
Упрлс
As this is an English-speaking forum, it is suggested that when posting in other languages, one provide a translation of the text of their post, even if it is only a Google Translate translation.