I want to show my timer counting down 3 seconds but it goes too quickly how do I solve this?
here's the code:
public void waitFor(Actor sbob) {
for(int i = 3; i >= 1; i--) {
showText("Wait for: " + i, 400, 300);
sbob.sleepFor(200);
}
![Twitter](/assets/twitter-4e19209ef84344ee0c433f4c7bad8d49.png)
![Twitter.hover](/assets/twitter.hover-1fb19a5bafc50deace8f88eaec867845.png)