This site requires JavaScript, please enable it in your browser!
Greenfoot back
MakerOfGames
MakerOfGames wrote ...

2012/4/2

Timer code?

MakerOfGames MakerOfGames

2012/4/2

#
What is the code for time? Like a clock....
danpost danpost

2012/4/2

#
There is the system command: System.currentTimeMillis() which returns (as type 'long') the current time in milliseconds (if that is what you are looking for). (Download and check out my Millisecond Timer scenario).
You need to login to post a reply.