-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|71|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




Jayenkai

Timestamp

17th January 2010 Blitz Max
Why doesn't BlitzMax have a timestamp?!
This oughta work for most stuff.. Doesn't keep mills, but they're addable if you're bored.
[code]
Function Timestamp:Long()
' Returns a big-ass number.
fLong:Long=0
ftxt$=CurrentDate$()
ftxt$=Upper$(ftxt$) *snip*


Teasy

Time System

10th August 2007 Blitz, Windows
Advanced MilliSecs() replacement especially for individual/relative time tracking, shifting and suspension.


Teasy

Timer System 4b

10th August 2007 Blitz, Windows
Enhanced MilliSecs() wrapper especially for tracking and pausing time easily.


Paul

Frames per second function

10th April 2007 Blitz, Windows
very simple to use fps counter


MikeT

Countdown timer

12th December 2006 Blitz
An example of how to do a count down

More - Older Posts