Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local pos = 18
- mon = peropheral.wrap("right")
- ecran.clear()
- ecran.setBackgroundColor(64)
- ecran.setTextColor(32768)
- ecran.setTextScale(5)
- while true do
- if pos==-26 then
- pos = 18
- end
- mon.clear()
- mon.setCursorPos(pos,1)
- mon.write("fantadada")
- pos = pos-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement