home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd2.bin / software / other / timekeep / Timekeeper.exe / Timekeeper / Timekeeper.PPC_SH3.CAB / TECHTI~1.008 / global.txt < prev    next >
Encoding:
Text File  |  2001-04-22  |  1.0 KB  |  33 lines

  1. ' This is the first file Timekeeper will read.
  2. ' It lays how how the screen will be divided
  3. ' up into logical timers.  Timers are always
  4. ' rectangle regions
  5.  
  6. BACKGROUNDFILE bg.jpg
  7. ' Just specify the file you want.  This is
  8. ' a little different syntax than the Timer
  9. ' BACKGROUND statement
  10.  
  11. 'SET TOGGLEMODE
  12. ' If you set this variable, the timers act
  13. ' in a way friendly to setting up a chess skin
  14.  
  15. TIMER 1,script.txt,23,34,217,61
  16. TIMER 2,script.txt,23,103,217,61
  17. TIMER 3,script.txt,23,172,217,61
  18. ' The first number is a 'Timer ID'.  It's
  19. ' used to keep timers running when you switch
  20. ' skins.  Try to keep the users expectation
  21. ' of the 'first' timer in line with ID = 1.
  22. '
  23. ' You then specify a timer script file
  24. ' and client coordinates for the timer 
  25. ' rectangle.  Once you are in the script file,
  26. ' all coordinates will be relative to this
  27. ' rectangle.  Most timers will probably look
  28. ' and behave the same, and so will have the
  29. ' same script file.  This is certainly not a 
  30. ' requirement though
  31.  
  32.  
  33.