1
TI-BASIC / Help with startTmr and checkTmr
« on: April 08, 2019, 03:42:01 pm »
I am trying to make a program that detects how many times the user has pressed enter until the timer goes up
(it's not going as planned)
here goes
(it's not going as planned)
here goes
Code: [Select]
10->V
startTmr->
0->B
checkTmr(A)->X
Lbl 88
If V>=X>=0
Then
0->T
Lbl87
getKey->T
If T=105
Then
B+1->B
If checkTmr(A)>V
Then
goto 88
End
ClrHome
End
If T =/= 105
Then
Goto 87
End
Lbl 89
Disp "Coins Earned:",B