Advertisement
Der_TJ

BlackTec Wartezimmer

Sep 14th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.15 KB | None | 0 0
  1. m = peripheral.wrap("back")
  2. while true do
  3. m.setTextScale(2.5)
  4. m.setCursorPos(1,1)
  5. m.setBackgroundColor( colors.lightGray)
  6. m.setTextColor( colors.black )
  7. m.clear()
  8. m.write("Wart")
  9. m.write("e")
  10. m.write("zimmer")
  11. sleep(2)
  12. m.clear()
  13. m.setCursorPos(1,1)
  14. m.write("Wart")
  15. m.setTextColor( colors.gray )
  16. m.write("e")
  17. m.setTextColor( colors.black )
  18. m.write("zimmer")
  19. sleep(0.2)
  20. m.clear()
  21. m.setCursorPos(1,1)
  22. m.write("Wart")
  23. m.setTextColor( colors.black )
  24. m.write("e")
  25. m.setTextColor( colors.black )
  26. m.write("zimmer")
  27. sleep(4)
  28. m.clear()
  29. m.setCursorPos(1,1)
  30. m.write("Wart")
  31. m.setTextColor( colors.gray )
  32. m.write("e")
  33. m.setTextColor( colors.black )
  34. m.write("zimmer")
  35. sleep(0.2)
  36. m.clear()
  37. m.setCursorPos(1,1)
  38. m.write("Wart")
  39. m.setTextColor( colors.gray )
  40. m.write("e")
  41. m.setTextColor( colors.black )
  42. m.write("zimmer")
  43. sleep(0.2)
  44. m.clear()
  45. m.setCursorPos(1,1)
  46. m.write("Wart")
  47. m.setTextColor( colors.gray )
  48. m.write("e")
  49. m.setTextColor( colors.black )
  50. m.write("zimmer")
  51. sleep(0.2)
  52. m.clear()
  53. m.setCursorPos(1,1)
  54. m.write("Wart")
  55. m.setTextColor( colors.gray )
  56. m.write("e")
  57. m.setTextColor( colors.black )
  58. m.write("zimmer")
  59. sleep(0.2)
  60. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement