This code is a timer that use panel numbers instead of fonts. 
Meaning a picture of a number instead of a Font.
you could change the numbers by changing the pcx 0 to 9.
the timer is for a resolution of 800x600.
any other resolution will required a position change of the panel numbers. 
look in the timer.wdl

 
Just include timer.wdl in your main file and put the lines
 
screen_pan.visible = on;  // FRONT END
D_timer();		  // Crono

in 
function main() 
{
}

screen_pan (FRONT END) panel is use to show the ":" between the minutes and the seconds.

It's Free to use.
