biodude100

HEY

Jun 9th, 2014 (edited)
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. m=peripheral.wrap("back")
  2.  
  3. m.setBackgroundColor(colors.black)
  4.  
  5. m.clear()
  6.  
  7. function w(x)
  8. m.setBackgroundColor(colors.blue)
  9. m.setCursorPos(1,x)
  10. m.write("HEYHEYHEYHEYHEYHEYHEYHEYHEYHEYHEYHEYHEYHEYHEYHEYHEYHEYHEYHEYHEYHEY")
  11. end
  12.  
  13. w(1)
  14. w(2)
  15. w(3)
  16. w(4)
  17. w(5)
  18. w(6)
  19. w(7)
  20. w(8)
  21. w(9)
  22. w(10)
  23. w(11)
  24. w(12)
  25. w(13)
  26. w(14)
  27. w(15)
  28. w(16)
  29. w(17)
  30. w(18)
  31. w(19)
  32. w(20)
  33. w(21)
  34. w(22)
  35. w(23)
  36. w(24)
  37. w(25)
  38. w(26)
  39. w(27)
  40. w(28)
  41. w(29)
  42. w(30)
  43. w(31)
  44. w(32)
  45. w(33)
  46. w(34)
  47. w(35)
  48. w(36)
Add Comment
Please, Sign In to add comment