infinitysquadron
Programmer
Hi all. I'm new to this forum and fairly new to Java. I've been trying to write a game in the QBASIC language, but QB has way to many drawbacks. I'm re-writing it in Java.
This is going ok, but I can't seem to find something that works like the TIMER variable in QB. TIMER is a variable that keeps track of the number of seconds that have passed since midnight. I need it for some real-time delays. Is there a method of some kind that does something similar? Is there maybe another way create a delay accurately on systems of different speeds?
This is going ok, but I can't seem to find something that works like the TIMER variable in QB. TIMER is a variable that keeps track of the number of seconds that have passed since midnight. I need it for some real-time delays. Is there a method of some kind that does something similar? Is there maybe another way create a delay accurately on systems of different speeds?