@@ 3,7 3,6 @@
TODO
- Keep best score
- Print best score on splash
- - Lock touch/input on timer
)
%+ { ADD } %- { SUB } %* { MUL } %/ { NEQ }
@@ 256,7 255,12 @@ RTN
BRK
@on-button-game ( -> )
-
+
+ ( timer locked )
+ .table/timer LDZ #00 = ,&enabled JCN
+ BRK
+ &enabled
+
.Controller/button DEI
[ #01 ] !~ ,&no-a JCN
.table/selection LDZ #01 ;select JSR2 POP BRK
@@ 280,6 284,11 @@ BRK
@on-mouse-game ( -> )
+ ( timer locked )
+ .table/timer LDZ #00 = ,&enabled JCN
+ BRK
+ &enabled
+
( run button )
.Mouse/state DEI #10 ! ,&no-mouse2 JCN
;run JSR2