Guest User

test

a guest
Apr 23rd, 2015
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. os.loadAPI("setNumberPad")
  2. local t = touchpoint.new("right")
  3.  
  4. function Seven()
  5.     t:flash("7")
  6.     print("how are you doing meet?")
  7. end
  8.  
  9. function Eight()
  10.     t:flash("8")
  11. end
  12.  
  13. function Nine()
  14.     t:flash("9")
  15. end
  16.  
  17. function Six()
  18.     t:flash("6")
  19. end
  20.  
  21. function Three()
  22.     t:flash("3")
  23. end
  24.  
  25.  
  26. setNumberPad.numberPad(4,3,14,17,colors.red,colors.lime)
  27. t:draw()
Advertisement
Add Comment
Please, Sign In to add comment