| View previous topic :: View next topic |
| Author |
Message |
stellit
Joined: 20 Dec 2005 Posts: 9
|
Posted: Mon Jan 09, 2006 9:51 am Post subject: How to make a countdown clock ? |
|
|
| How to make a countdown clock in tintin++ ? |
|
| Back to top |
|
 |
Scandum Site Admin
Joined: 03 Dec 2004 Posts: 3281
|
Posted: Mon Jan 09, 2006 9:59 am Post subject: |
|
|
I asume this is what you're looking for:
| Code: |
#alias countdown #var countdown %0
#tick countdown {#math countdown $countdown - 1;#showme $countdown} {1}
|
|
|
| Back to top |
|
 |
|