Hey.
I want to ask how many keys are currently down (pressed) and then, afterwards, how many are up (released), storing count in variable "pressed". I want to loop through all 255 keys. I tries this:
every 1
---> start loop "keys"
on loop "keys"
if key <1+loop_index("keys")> is pressed
---> pressed+=1
But the key is pressed condition does not work.
What am I doing wrong?
Thanks.

