Advertisement
fantadada

test

Aug 1st, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local pos = 18
  2.  
  3. mon = peropheral.wrap("right")
  4. ecran.clear()
  5. ecran.setBackgroundColor(64)
  6. ecran.setTextColor(32768)
  7. ecran.setTextScale(5)
  8.  
  9. while true do
  10.     if pos==-26 then
  11.     pos = 18
  12.     end
  13.     mon.clear()
  14.     mon.setCursorPos(pos,1)
  15.     mon.write("fantadada")
  16.     pos = pos-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement