Timed attacks
Root / Programming Questions / [.]
KomodoCreated:
The only thing I can really think of is a counter in a loop to see how many frames you hold the button down for
IF BUTTON(1)==16 THEN WHILE !BUTTON(3) CT=CT+1 WAIT 1 WEND IF CT>30 AND CT<60 THEN ?"KABLAMO: 1/2-1 SECOND LONG ATTACK! ENDIF ENDIF