Is there a way I can do a for loop for a certain amount of time easily? (without measuring the time ourselves using System.currentTimeMillis() ?)
I.e. I want to do s
I don't think there is a way to loop for a certain period of time without checking to see if you've looped for a certain period of time.