in my game i have a counter that decreases by a random negative number. I want the counter to stop running once it reaches zero. I know i must put an if statement inside the act method of the counter but im not sure what to put inside of the if statement.

