home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd2.bin / software / other / timekeep / Timekeeper.exe / Timekeeper / Timekeeper.PPC_ARM.CAB / 20TIME~1.010 / global.txt < prev    next >
Encoding:
Text File  |  2001-05-08  |  1.6 KB  |  52 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.gif
  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,9,12,105,20
  16. TIMER 2,script.txt,9,34,105,20
  17. TIMER 3,script.txt,9,56,105,20
  18. TIMER 4,script.txt,9,78,105,20
  19. TIMER 5,script.txt,9,100,105,20
  20. TIMER 6,script.txt,9,122,105,20
  21. TIMER 7,script.txt,9,144,105,20
  22. TIMER 8,script.txt,9,166,105,20
  23. TIMER 9,script.txt,9,188,105,20
  24. TIMER 10,script.txt,9,210,105,20
  25.  
  26. TIMER 11,script.txt,126,12,105,20
  27. TIMER 12,script.txt,126,34,105,20
  28. TIMER 13,script.txt,126,56,105,20
  29. TIMER 14,script.txt,126,78,105,20
  30. TIMER 15,script.txt,126,100,105,20
  31. TIMER 16,script.txt,126,122,105,20
  32. TIMER 17,script.txt,126,144,105,20
  33. TIMER 18,script.txt,126,166,105,20
  34. TIMER 19,script.txt,126,188,105,20
  35. TIMER 20,script.txt,126,210,105,20
  36.  
  37. ' The first number is a 'Timer ID'.  It's
  38. ' used to keep timers running when you switch
  39. ' skins.  Try to keep the users expectation
  40. ' of the 'first' timer in line with ID = 1.
  41. '
  42. ' You then specify a timer script file
  43. ' and client coordinates for the timer 
  44. ' rectangle.  Once you are in the script file,
  45. ' all coordinates will be relative to this
  46. ' rectangle.  Most timers will probably look
  47. ' and behave the same, and so will have the
  48. ' same script file.  This is certainly not a 
  49. ' requirement though
  50.  
  51.  
  52.