correct me if i'm wrong, public void act() runs every frame. so if i were to just call the animate() method only, clara's animation would be very quick. what would be the best way to call the animate() method every so times. say every second time act() is run?

