Hi all!
I've searched in old topics but i didn't find exactly what I want to do:
To explain my problem simply:
I want to attribute a key to an event. Each time than the key is pressed, the event shall occure.
I've try several methods but without succes:
When i use: the "when" function, it runs, but only once.
When i use, "every-time", the function repeat don't stop to repeat: so the key pressed is never reset.
I've try the chaine, but i don't know why, it don't run.
I try to find a method to have the "key-pressed" checked at each cycle.
Could someone have the solution for my problem?!