Posted 12 August 2015 - 10:13 PM
Im making a sign for a random thing im working on, its supposed to change colors, from my side of things but it wont work!
while true do
m = peripheral.wrap("TOP")
m.setTextScale(3)
m.setCursorPos(1,1)
m.setTextColor(16384)
m.write("Neon Craft Ultra!")
m.clear()
m.setTextScale(3)
m.setCursorPos(1,1)
m.setTextColor(1)
m.write("Neon Craft Ultra!")
m.clear()
m.setTextScale(3)
m.setCursorPos(1,1)
m.setTextColor(4)
m.write("Neon Craft Ultra!")
m.clear()
m.setTextScale(3)
m.setCursorPos(1,1)
m.setTextColor(32)
m.write("Neon Craft Ultra!")
m.clear()
m.setCursorPos(1,1)
m.setTextColor(512)
m.write("Neon Craft Ultra!")
m.clear()
m.setTextScale(3)
m.setCursorPos(1,1)
m.setTextColor(2048)
m.write("Neon Craft Ultra!")
m.clear()
end