hello everyone!
I’m trying to deal with printing a text after a combination of showing a specific number of fingers by using hand.fingers().extended().count().
For example:
combination of showing 3 fingers, close hand, showing 2 fingers, close hand, showing 1 finger
should print some text
I wonder how to manage with if statements, work with frames and how to print the text only once (not to print it with every frame as it works by default when I use System.out.println(„text”) ).
I would be very grateful for your any hints
Best regards, kolulu