Every tick do this:
clock= GameTime-(time-StartTime)
text = int(clock)
text append Text ":"&(int((clock*100)%60), 2)
GameTime is global variable set to 15
StartTime is global variable , set it to System>time at start of layout
clock is global variable which will count seconds and hundredths of seconds from 15 down
That should do it