Very basic prolem, but I cannot find simple (elegant) solution.
I need to switch on/off the visualization of a text, by hittig the “D” key.
all I can achieve is a bliking text.
Very basic prolem, but I cannot find simple (elegant) solution.
I need to switch on/off the visualization of a text, by hittig the “D” key.
all I can achieve is a bliking text.
use a TogEdge (Animation) between your KeyMatch (String) and Toggle (Animation)
you´re missing a single node called TogEdge placed between KeyMatch and Toggle ;)
cheers
That’s it! Thanks :D