Guest User

Untitled

a guest
Jun 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. pushcount = 0; // somewhere in initialization
  2.  
  3. a = din0.getValue();
  4. if (a == true) {
  5. pushcount++;
  6. if(pushcount > 3) {
  7. letter1.text = 'A';
  8. poushcount = 0;
  9. }
  10. }
Add Comment
Please, Sign In to add comment