Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.loadAPI("setNumberPad")
- local t = touchpoint.new("right")
- function Seven()
- t:flash("7")
- print("how are you doing meet?")
- end
- function Eight()
- t:flash("8")
- end
- function Nine()
- t:flash("9")
- end
- function Six()
- t:flash("6")
- end
- function Three()
- t:flash("3")
- end
- setNumberPad.numberPad(4,3,14,17,colors.red,colors.lime)
- t:draw()
Advertisement
Add Comment
Please, Sign In to add comment