Hi there, currently having problems coding a minigame that involves hitting a triple.
I have 4 functions in total. The first 3 check each target constantly, to see if it has been hit. It then assigns a global variable to =1 for a short while. These seem to be working.
However, the 4th one doesn't seem to work, which checks the 3 global variables, and if they all = 1 it initiates a sound.
Currently I have it only checking 2 variables (because even THAT doesn't work...)
Can you help?
Please also note, the iprintln "else" should be showing up every 100ms, but it doesn't.