Key pressing detection

Is there anyway to detect when a key is not being pressed? Probably really simple and I am just not understanding it

Sure!
[scratchblocks]
<not<key(a)pressed>>
[/scratchblocks]

Or
[scratchblocks]
when<not<key(a)pressed>>:
[/scratchblocks]

Yep! Just do
image

hey you dont mislead him put a forever loop around it.

you don't know if they need a forever loop or not

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.