how do I make a simple countdown that i can call in the act() method of Countdown by making a method called setCount() within the Countdown class? i think it would be best to use a for loop, but i'm not sure if that's the most convenient way. just leading me in the right direction would be a great help, thanks.

